#A29707

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

Shades of Lucky #A29707

Tints of Lucky #A29707

Color information

#A29707 (or 0xA29707) is unknown color: approx Lucky. HEX triplet: A2, 97 and 07. RGB value is (162,151,7). Sum of RGB (Red+Green+Blue) = 162+151+7=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A29707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29707 is #5D68F8. Grayscale: #8A8A8A. Windows color (decimal): -6121721 or 497570. OLE color: 497570.

HSL color Cylindrical-coordinate representation of color #A29707: hue angle of 55.74º 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 #A29707 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1621517-
CMYK00.070.960.36
HSL55.74º91.72%33.14%-
HSV(B)55.74º95.68%63.53%-
XYZ26.0129.834.59-
YUV137.8754.14145.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=50.62%
G=47.19%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162151700.070.960.3655.7491.7233.14
HexA2977076024385c21
Octal242227707140447013441
Binary1010001010010111111011111000001001001110001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29707; }

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

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

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

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

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

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

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

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