#A09217

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

Shades of Lucky #A09217

Tints of Lucky #A09217

Color information

#A09217 (or 0xA09217) is unknown color: approx Lucky. HEX triplet: A0, 92 and 17. RGB value is (160,146,23). Sum of RGB (Red+Green+Blue) = 160+146+23=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09217 is #5F6DE8. Grayscale: #888888. Windows color (decimal): -6254057 or 1544864. OLE color: 1544864.

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

Color convert

RGB16014623-
CMYK00.090.860.37
HSL53.87º74.86%35.88%-
HSV(B)53.87º85.62%62.75%-
XYZ24.9328.094.92-
YUV136.1664.14145-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 23 (9.38% from 255) = 6.99%
R=48.63%
G=44.38%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601462300.090.860.3753.8774.8635.88
HexA09217095625364b24
Octal24022227011126456611344
Binary1010000010010010101110100110101101001011101101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09217; }

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

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

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

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

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

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

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

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