Shades of Lucky #A09E1F
Tints of Lucky #A09E1F
RGB
CMYK
RGB Variations
Color information
#A09E1F (or 0xA09E1F) is known color: Lucky. HEX triplet: A0, 9E and 1F. RGB value is (160,158,31). Sum of RGB (Red+Green+Blue) = 160+158+31=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E1F is #5F61E0. Grayscale: #909090. Windows color (decimal): -6250977 or 2072224. OLE color: 2072224.
HSL color Cylindrical-coordinate representation of color #A09E1F: hue angle of 59.07º 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 #A09E1F is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 31 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.37 |
| HSL | 59.07º | 0.68% | 0.37% | - |
| HSV(B) | 59.07º | 0.81% | 0.63% | - |
| XYZ | 26.97 | 32.03 | 6.06 | - |
| YUV | 144.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 31 | 0 | 0.01 | 0.81 | 0.37 | 59.07 | 0.68 | 0.37 |
| Hex | A0 | 9E | 1F | 0 | 1 | 51 | 25 | 3B | 44 | 25 |
| Octal | 240 | 236 | 37 | 0 | 1 | 121 | 45 | 73 | 104 | 45 |
| Binary | 10100000 | 10011110 | 11111 | 0 | 1 | 1010001 | 100101 | 111011 | 1000100 | 100101 |
Color Harmonies of #A09E1F
Complementary color
Monochromatic Colors of #A09E1F
Black with #A09E1F
Text Example
Text Example
White with #A09E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E1F; }
p { color: rgb(160,158,31); }
H1.HeaderClassName
{
color: #A09E1F;
}
.AnyTagClassName
{
color: #A09E1F;
}
</style>
background-color css
<style>
a { background-color: #A09E1F; }
a { background-color: rgb(160,158,31); }
div.DivClassName
{
background-color: #A09E1F;
}
.BgClassName
{
background-color: #A09E1F;
}
</style>
border-color css
<style>
span { border-color: #A09E1F; }
span { border-color: rgb(160,158,31); }
td.TdClassName
{
border-color: #A09E1F;
}
.TagClassName
{
border-color: #A09E1F;
}
</style>