Shades of Lucky #A08F01
Tints of Lucky #A08F01
RGB
CMYK
RGB Variations
Color information
#A08F01 (or 0xA08F01) is known color: Lucky. HEX triplet: A0, 8F and 01. RGB value is (160,143,1). Sum of RGB (Red+Green+Blue) = 160+143+1=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F01 is #5F70FE. Grayscale: #848484. Windows color (decimal): -6254847 or 102304. OLE color: 102304.
HSL color Cylindrical-coordinate representation of color #A08F01: hue angle of 53.58º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A08F01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.37 |
| HSL | 53.58º | 0.99% | 0.32% | - |
| HSV(B) | 53.58º | 0.99% | 0.63% | - |
| XYZ | 24.33 | 27.12 | 3.98 | - |
| YUV | 131.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 1 | 0 | 0.11 | 0.99 | 0.37 | 53.58 | 0.99 | 0.32 |
| Hex | A0 | 8F | 1 | 0 | B | 63 | 25 | 36 | 63 | 20 |
| Octal | 240 | 217 | 1 | 0 | 13 | 143 | 45 | 66 | 143 | 40 |
| Binary | 10100000 | 10001111 | 1 | 0 | 1011 | 1100011 | 100101 | 110110 | 1100011 | 100000 |
Color Harmonies of #A08F01
Complementary color
Monochromatic Colors of #A08F01
Black with #A08F01
Text Example
Text Example
White with #A08F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F01; }
p { color: rgb(160,143,1); }
H1.HeaderClassName
{
color: #A08F01;
}
.AnyTagClassName
{
color: #A08F01;
}
</style>
background-color css
<style>
a { background-color: #A08F01; }
a { background-color: rgb(160,143,1); }
div.DivClassName
{
background-color: #A08F01;
}
.BgClassName
{
background-color: #A08F01;
}
</style>
border-color css
<style>
span { border-color: #A08F01; }
span { border-color: rgb(160,143,1); }
td.TdClassName
{
border-color: #A08F01;
}
.TagClassName
{
border-color: #A08F01;
}
</style>