#A29217

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

Shades of Lucky #A29217

Tints of Lucky #A29217

Color information

#A29217 (or 0xA29217) is unknown color: approx Lucky. HEX triplet: A2, 92 and 17. RGB value is (162,146,23). Sum of RGB (Red+Green+Blue) = 162+146+23=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A29217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29217 is #5D6DE8. Grayscale: #898989. Windows color (decimal): -6122985 or 1544866. OLE color: 1544866.

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

Color convert

RGB16214623-
CMYK00.100.860.36
HSL53.09º75.14%36.27%-
HSV(B)53.09º85.8%63.53%-
XYZ25.3328.34.94-
YUV136.7663.8146-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 23 (9.38% from 255) = 6.95%
R=48.94%
G=44.11%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621462300.100.860.3653.0975.1436.27
HexA292170A5624354b24
Octal24222227012126446511344
Binary1010001010010010101110101010101101001001101011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29217; }

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

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

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

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

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

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

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

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