#A09E05

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

Shades of Lucky #A09E05

Tints of Lucky #A09E05

Color information

#A09E05 (or 0xA09E05) is unknown color: approx Lucky. HEX triplet: A0, 9E and 05. RGB value is (160,158,5). Sum of RGB (Red+Green+Blue) = 160+158+5=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09E05 is #5F61FA. Grayscale: #8D8D8D. Windows color (decimal): -6251003 or 368288. OLE color: 368288.

HSL color Cylindrical-coordinate representation of color #A09E05: hue angle of 59.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A09E05 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB1601585-
CMYK00.010.970.37
HSL59.23º93.94%32.35%-
HSV(B)59.23º96.88%62.75%-
XYZ26.7531.944.9-
YUV141.1651.16141.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=49.54%
G=48.92%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160158500.010.970.3759.2393.9432.35
HexA09E50161253b5e20
Octal240236501141457313640
Binary10100000100111101010111000011001011110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09E05; }

 p { color: rgb(160,158,5); }

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

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

 a { background-color: rgb(160,158,5); }

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

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

 span { border-color: rgb(160,158,5); }

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