#A29712

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

Shades of Lucky #A29712

Tints of Lucky #A29712

Color information

#A29712 (or 0xA29712) is unknown color: approx Lucky. HEX triplet: A2, 97 and 12. RGB value is (162,151,18). Sum of RGB (Red+Green+Blue) = 162+151+18=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A29712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29712 is #5D68ED. Grayscale: #8B8B8B. Windows color (decimal): -6121710 or 1218466. OLE color: 1218466.

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

Color convert

RGB16215118-
CMYK00.070.890.36
HSL55.42º80%35.29%-
HSV(B)55.42º88.89%63.53%-
XYZ26.0829.864.96-
YUV139.1359.64144.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=48.94%
G=45.62%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621511800.070.890.3655.428035.29
HexA29712075924375023
Octal2422272207131446712043
Binary101000101001011110010011110110011001001101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29712; }

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

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

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

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

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

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

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

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