#A29812

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

Shades of Lucky #A29812

Tints of Lucky #A29812

Color information

#A29812 (or 0xA29812) is unknown color: approx Lucky. HEX triplet: A2, 98 and 12. RGB value is (162,152,18). Sum of RGB (Red+Green+Blue) = 162+152+18=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A29812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29812 is #5D67ED. Grayscale: #8C8C8C. Windows color (decimal): -6121454 or 1218722. OLE color: 1218722.

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

Color convert

RGB16215218-
CMYK00.060.890.36
HSL55.83º80%35.29%-
HSV(B)55.83º88.89%63.53%-
XYZ26.2430.185.02-
YUV139.7159.31143.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=48.80%
G=45.78%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621521800.060.890.3655.838035.29
HexA29812065924385023
Octal2422302206131447012043
Binary101000101001100010010011010110011001001110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29812; }

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

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

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

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

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

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

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

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