Shades of Lucky #A08F06
Tints of Lucky #A08F06
RGB
CMYK
RGB Variations
Color information
#A08F06 (or 0xA08F06) is known color: Lucky. HEX triplet: A0, 8F and 06. RGB value is (160,143,6). Sum of RGB (Red+Green+Blue) = 160+143+6=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F06 is #5F70F9. Grayscale: #858585. Windows color (decimal): -6254842 or 429984. OLE color: 429984.
HSL color Cylindrical-coordinate representation of color #A08F06: hue angle of 53.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A08F06 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.37 |
| HSL | 53.38º | 0.93% | 0.33% | - |
| HSV(B) | 53.38º | 0.96% | 0.63% | - |
| XYZ | 24.35 | 27.13 | 4.13 | - |
| YUV | 132.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 6 | 0 | 0.11 | 0.96 | 0.37 | 53.38 | 0.93 | 0.33 |
| Hex | A0 | 8F | 6 | 0 | B | 60 | 25 | 35 | 5D | 21 |
| Octal | 240 | 217 | 6 | 0 | 13 | 140 | 45 | 65 | 135 | 41 |
| Binary | 10100000 | 10001111 | 110 | 0 | 1011 | 1100000 | 100101 | 110101 | 1011101 | 100001 |
Color Harmonies of #A08F06
Complementary color
Monochromatic Colors of #A08F06
Black with #A08F06
Text Example
Text Example
White with #A08F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F06; }
p { color: rgb(160,143,6); }
H1.HeaderClassName
{
color: #A08F06;
}
.AnyTagClassName
{
color: #A08F06;
}
</style>
background-color css
<style>
a { background-color: #A08F06; }
a { background-color: rgb(160,143,6); }
div.DivClassName
{
background-color: #A08F06;
}
.BgClassName
{
background-color: #A08F06;
}
</style>
border-color css
<style>
span { border-color: #A08F06; }
span { border-color: rgb(160,143,6); }
td.TdClassName
{
border-color: #A08F06;
}
.TagClassName
{
border-color: #A08F06;
}
</style>