#a09a1f

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

Shades of Lucky #A09A1F

Tints of Lucky #A09A1F

Color information

#A09A1F (or 0xA09A1F) is unknown color: approx Lucky. HEX triplet: A0, 9A and 1F. RGB value is (160,154,31). Sum of RGB (Red+Green+Blue) = 160+154+31=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A1F is #5F65E0. Grayscale: #8E8E8E. Windows color (decimal): -6252001 or 2071200. OLE color: 2071200.

HSL color Cylindrical-coordinate representation of color #A09A1F: hue angle of 57.21º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A09A1F is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16015431-
CMYK00.040.810.37
HSL57.21º67.54%37.45%-
HSV(B)57.21º80.62%62.75%-
XYZ26.330.685.83-
YUV141.7765.49141-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=46.38%
G=44.64%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601543100.040.810.3757.2167.5437.45
HexA09A1F045125394425
Octal2402323704121457110445
Binary101000001001101011111010010100011001011110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09a1f; }

 p { color: rgb(160,154,31); }

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

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

 a { background-color: rgb(160,154,31); }

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

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

 span { border-color: rgb(160,154,31); }

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