#A29F07

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

Shades of Lucky #A29F07

Tints of Lucky #A29F07

Color information

#A29F07 (or 0xA29F07) is unknown color: approx Lucky. HEX triplet: A2, 9F and 07. RGB value is (162,159,7). Sum of RGB (Red+Green+Blue) = 162+159+7=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F07 is #5D60F8. Grayscale: #8F8F8F. Windows color (decimal): -6119673 or 499618. OLE color: 499618.

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

Color convert

RGB1621597-
CMYK00.020.960.36
HSL58.84º91.72%33.14%-
HSV(B)58.84º95.68%63.53%-
XYZ27.3432.495.03-
YUV142.5751.49141.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=49.39%
G=48.48%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162159700.020.960.3658.8491.7233.14
HexA29F70260243b5c21
Octal242237702140447313441
Binary101000101001111111101011000001001001110111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F07; }

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

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

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

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

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

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

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

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