#A29F12

Color #A29F12 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A29F12

Tints of Lucky #A29F12

Color information

#A29F12 (or 0xA29F12) is unknown color: approx Lucky. HEX triplet: A2, 9F and 12. RGB value is (162,159,18). Sum of RGB (Red+Green+Blue) = 162+159+18=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F12 is #5D60ED. Grayscale: #909090. Windows color (decimal): -6119662 or 1220514. OLE color: 1220514.

HSL color Cylindrical-coordinate representation of color #A29F12: hue angle of 58.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A29F12 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB16215918-
CMYK00.020.890.36
HSL58.75º80%35.29%-
HSV(B)58.75º88.89%63.53%-
XYZ27.4132.525.4-
YUV143.8256.99140.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=47.79%
G=46.90%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621591800.020.890.3658.758035.29
HexA29F120259243b5023
Octal2422372202131447312043
Binary10100010100111111001001010110011001001110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F12; }

 p { color: rgb(162,159,18); }

 H1.HeaderClassName
 {
   color: #A29F12;
 }
 .AnyTagClassName
 {
   color: #A29F12;
 }
</style>
background-color css

<style>
 a { background-color: #A29F12; }

 a { background-color: rgb(162,159,18); }

 div.DivClassName
 {
   background-color: #A29F12;
 }
 .BgClassName
 {
   background-color: #A29F12;
 }
</style>
border-color css

<style>
 span { border-color: #A29F12; }

 span { border-color: rgb(162,159,18); }

 td.TdClassName
 {
   border-color: #A29F12;
 }
 .TagClassName
 {
   border-color: #A29F12;
 }
</style>