#A09227

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

Shades of Lucky #A09227

Tints of Lucky #A09227

Color information

#A09227 (or 0xA09227) is unknown color: approx Lucky. HEX triplet: A0, 92 and 27. RGB value is (160,146,39). Sum of RGB (Red+Green+Blue) = 160+146+39=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09227 is #5F6DD8. Grayscale: #8A8A8A. Windows color (decimal): -6254041 or 2593440. OLE color: 2593440.

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

Color convert

RGB16014639-
CMYK00.090.760.37
HSL53.06º60.8%39.02%-
HSV(B)53.06º75.63%62.75%-
XYZ25.1428.186.03-
YUV137.9972.14143.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 39 (15.62% from 255) = 11.30%
R=46.38%
G=42.32%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601463900.090.760.3753.0660.839.02
HexA09227094C25353d27
Octal2402224701111445657547
Binary1010000010010010100111010011001100100101110101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09227; }

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

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

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

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

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

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

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

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