#A29D12

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

Shades of Lucky #A29D12

Tints of Lucky #A29D12

Color information

#A29D12 (or 0xA29D12) is unknown color: approx Lucky. HEX triplet: A2, 9D and 12. RGB value is (162,157,18). Sum of RGB (Red+Green+Blue) = 162+157+18=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D12 is #5D62ED. Grayscale: #8F8F8F. Windows color (decimal): -6120174 or 1220002. OLE color: 1220002.

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

Color convert

RGB16215718-
CMYK00.030.890.36
HSL57.92º80%35.29%-
HSV(B)57.92º88.89%63.53%-
XYZ27.0731.845.29-
YUV142.6557.66141.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 157 (61.72% from 255) = 46.59%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=48.07%
G=46.59%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621571800.030.890.3657.928035.29
HexA29D120359243a5023
Octal2422352203131447212043
Binary10100010100111011001001110110011001001110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D12; }

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

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

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

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

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

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

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

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