#A29218

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

Shades of Lucky #A29218

Tints of Lucky #A29218

Color information

#A29218 (or 0xA29218) is unknown color: approx Lucky. HEX triplet: A2, 92 and 18. RGB value is (162,146,24). Sum of RGB (Red+Green+Blue) = 162+146+24=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A29218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29218 is #5D6DE7. Grayscale: #898989. Windows color (decimal): -6122984 or 1610402. OLE color: 1610402.

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

Color convert

RGB16214624-
CMYK00.100.850.36
HSL53.04º74.19%36.47%-
HSV(B)53.04º85.19%63.53%-
XYZ25.3428.314.99-
YUV136.8864.3145.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 24 (9.77% from 255) = 7.23%
R=48.80%
G=43.98%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621462400.100.850.3653.0474.1936.47
HexA292180A5524354a24
Octal24222230012125446511244
Binary1010001010010010110000101010101011001001101011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29218; }

 p { color: rgb(162,146,24); }

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

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

 a { background-color: rgb(162,146,24); }

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

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

 span { border-color: rgb(162,146,24); }

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