#A29607

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

Shades of Lucky #A29607

Tints of Lucky #A29607

Color information

#A29607 (or 0xA29607) is unknown color: approx Lucky. HEX triplet: A2, 96 and 07. RGB value is (162,150,7). Sum of RGB (Red+Green+Blue) = 162+150+7=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A29607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29607 is #5D69F8. Grayscale: #898989. Windows color (decimal): -6121977 or 497314. OLE color: 497314.

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

Color convert

RGB1621507-
CMYK00.070.960.36
HSL55.35º91.72%33.14%-
HSV(B)55.35º95.68%63.53%-
XYZ25.8429.514.53-
YUV137.2954.48145.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=50.78%
G=47.02%
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
Decimal162150700.070.960.3655.3591.7233.14
HexA2967076024375c21
Octal242226707140446713441
Binary1010001010010110111011111000001001001101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29607; }

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

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

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

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

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

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

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

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