Shades of Lucky #A09A1F
Tints of Lucky #A09A1F
RGB
CMYK
RGB Variations
Color information
#A09A1F (or 0xA09A1F) is known color: 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
| RGB | 160 | 154 | 31 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.37 |
| HSL | 57.21º | 0.68% | 0.37% | - |
| HSV(B) | 57.21º | 0.81% | 0.63% | - |
| XYZ | 26.3 | 30.68 | 5.83 | - |
| YUV | 141.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 31 | 0 | 0.04 | 0.81 | 0.37 | 57.21 | 0.68 | 0.37 |
| Hex | A0 | 9A | 1F | 0 | 4 | 51 | 25 | 39 | 44 | 25 |
| Octal | 240 | 232 | 37 | 0 | 4 | 121 | 45 | 71 | 104 | 45 |
| Binary | 10100000 | 10011010 | 11111 | 0 | 100 | 1010001 | 100101 | 111001 | 1000100 | 100101 |
Color Harmonies of #A09A1F
Complementary color
Monochromatic Colors of #A09A1F
Black with #A09A1F
Text Example
Text Example
White with #A09A1F
Text Example
Text Example
HTML Codes & Css Web 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>