Shades of Lucky #A08C0F
Tints of Lucky #A08C0F
RGB
CMYK
RGB Variations
Color information
#A08C0F (or 0xA08C0F) is known color: Lucky. HEX triplet: A0, 8C and 0F. RGB value is (160,140,15). Sum of RGB (Red+Green+Blue) = 160+140+15=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C0F is #5F73F0. Grayscale: #848484. Windows color (decimal): -6255601 or 1019040. OLE color: 1019040.
HSL color Cylindrical-coordinate representation of color #A08C0F: hue angle of 51.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A08C0F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.37 |
| HSL | 51.72º | 0.83% | 0.34% | - |
| HSV(B) | 51.72º | 0.91% | 0.63% | - |
| XYZ | 23.96 | 26.26 | 4.26 | - |
| YUV | 131.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 15 | 0 | 0.12 | 0.91 | 0.37 | 51.72 | 0.83 | 0.34 |
| Hex | A0 | 8C | F | 0 | C | 5B | 25 | 34 | 53 | 22 |
| Octal | 240 | 214 | 17 | 0 | 14 | 133 | 45 | 64 | 123 | 42 |
| Binary | 10100000 | 10001100 | 1111 | 0 | 1100 | 1011011 | 100101 | 110100 | 1010011 | 100010 |
Color Harmonies of #A08C0F
Complementary color
Monochromatic Colors of #A08C0F
Black with #A08C0F
Text Example
Text Example
White with #A08C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C0F; }
p { color: rgb(160,140,15); }
H1.HeaderClassName
{
color: #A08C0F;
}
.AnyTagClassName
{
color: #A08C0F;
}
</style>
background-color css
<style>
a { background-color: #A08C0F; }
a { background-color: rgb(160,140,15); }
div.DivClassName
{
background-color: #A08C0F;
}
.BgClassName
{
background-color: #A08C0F;
}
</style>
border-color css
<style>
span { border-color: #A08C0F; }
span { border-color: rgb(160,140,15); }
td.TdClassName
{
border-color: #A08C0F;
}
.TagClassName
{
border-color: #A08C0F;
}
</style>