Shades of Lucky #A08F05
Tints of Lucky #A08F05
RGB
CMYK
RGB Variations
Color information
#A08F05 (or 0xA08F05) is known color: Lucky. HEX triplet: A0, 8F and 05. RGB value is (160,143,5). Sum of RGB (Red+Green+Blue) = 160+143+5=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F05 is #5F70FA. Grayscale: #848484. Windows color (decimal): -6254843 or 364448. OLE color: 364448.
HSL color Cylindrical-coordinate representation of color #A08F05: hue angle of 53.42º 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 #A08F05 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.37 |
| HSL | 53.42º | 0.94% | 0.32% | - |
| HSV(B) | 53.42º | 0.97% | 0.63% | - |
| XYZ | 24.35 | 27.13 | 4.1 | - |
| YUV | 132.35 | 56.13 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 5 | 0 | 0.11 | 0.97 | 0.37 | 53.42 | 0.94 | 0.32 |
| Hex | A0 | 8F | 5 | 0 | B | 61 | 25 | 35 | 5E | 20 |
| Octal | 240 | 217 | 5 | 0 | 13 | 141 | 45 | 65 | 136 | 40 |
| Binary | 10100000 | 10001111 | 101 | 0 | 1011 | 1100001 | 100101 | 110101 | 1011110 | 100000 |
Color Harmonies of #A08F05
Complementary color
Monochromatic Colors of #A08F05
Black with #A08F05
Text Example
Text Example
White with #A08F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F05; }
p { color: rgb(160,143,5); }
H1.HeaderClassName
{
color: #A08F05;
}
.AnyTagClassName
{
color: #A08F05;
}
</style>
background-color css
<style>
a { background-color: #A08F05; }
a { background-color: rgb(160,143,5); }
div.DivClassName
{
background-color: #A08F05;
}
.BgClassName
{
background-color: #A08F05;
}
</style>
border-color css
<style>
span { border-color: #A08F05; }
span { border-color: rgb(160,143,5); }
td.TdClassName
{
border-color: #A08F05;
}
.TagClassName
{
border-color: #A08F05;
}
</style>