#A29615

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

Shades of Lucky #A29615

Tints of Lucky #A29615

Color information

#A29615 (or 0xA29615) is unknown color: approx Lucky. HEX triplet: A2, 96 and 15. RGB value is (162,150,21). Sum of RGB (Red+Green+Blue) = 162+150+21=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29615 is #5D69EA. Grayscale: #8B8B8B. Windows color (decimal): -6121963 or 1414818. OLE color: 1414818.

HSL color Cylindrical-coordinate representation of color #A29615: hue angle of 54.89º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A29615 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16215021-
CMYK00.070.870.36
HSL54.89º77.05%35.88%-
HSV(B)54.89º87.04%63.53%-
XYZ25.9429.555.05-
YUV138.8861.48144.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=48.65%
G=45.05%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621502100.070.870.3654.8977.0535.88
HexA29615075724374d24
Octal2422262507127446711544
Binary101000101001011010101011110101111001001101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29615; }

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

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

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

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

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

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

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

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