#A29F0A

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

Shades of Lucky #A29F0A

Tints of Lucky #A29F0A

Color information

#A29F0A (or 0xA29F0A) is unknown color: approx Lucky. HEX triplet: A2, 9F and 0A. RGB value is (162,159,10). Sum of RGB (Red+Green+Blue) = 162+159+10=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F0A is #5D60F5. Grayscale: #8F8F8F. Windows color (decimal): -6119670 or 696226. OLE color: 696226.

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

Color convert

RGB16215910-
CMYK00.020.940.36
HSL58.82º88.37%33.73%-
HSV(B)58.82º93.83%63.53%-
XYZ27.3532.55.12-
YUV142.9152.99141.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 10 (4.30% from 255) = 3.02%
R=48.94%
G=48.04%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621591000.020.940.3658.8288.3733.73
HexA29FA025E243b5822
Octal2422371202136447313042
Binary1010001010011111101001010111101001001110111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F0A; }

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

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

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

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

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

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

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

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