Shades of Lucky #A08D05
Tints of Lucky #A08D05
RGB
CMYK
RGB Variations
Color information
#A08D05 (or 0xA08D05) is known color: Lucky. HEX triplet: A0, 8D and 05. RGB value is (160,141,5). Sum of RGB (Red+Green+Blue) = 160+141+5=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D05 is #5F72FA. Grayscale: #838383. Windows color (decimal): -6255355 or 363936. OLE color: 363936.
HSL color Cylindrical-coordinate representation of color #A08D05: hue angle of 52.65º 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 #A08D05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.37 |
| HSL | 52.65º | 0.94% | 0.32% | - |
| HSV(B) | 52.65º | 0.97% | 0.63% | - |
| XYZ | 24.05 | 26.53 | 4 | - |
| YUV | 131.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 5 | 0 | 0.12 | 0.97 | 0.37 | 52.65 | 0.94 | 0.32 |
| Hex | A0 | 8D | 5 | 0 | C | 61 | 25 | 35 | 5E | 20 |
| Octal | 240 | 215 | 5 | 0 | 14 | 141 | 45 | 65 | 136 | 40 |
| Binary | 10100000 | 10001101 | 101 | 0 | 1100 | 1100001 | 100101 | 110101 | 1011110 | 100000 |
Color Harmonies of #A08D05
Complementary color
Monochromatic Colors of #A08D05
Black with #A08D05
Text Example
Text Example
White with #A08D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D05; }
p { color: rgb(160,141,5); }
H1.HeaderClassName
{
color: #A08D05;
}
.AnyTagClassName
{
color: #A08D05;
}
</style>
background-color css
<style>
a { background-color: #A08D05; }
a { background-color: rgb(160,141,5); }
div.DivClassName
{
background-color: #A08D05;
}
.BgClassName
{
background-color: #A08D05;
}
</style>
border-color css
<style>
span { border-color: #A08D05; }
span { border-color: rgb(160,141,5); }
td.TdClassName
{
border-color: #A08D05;
}
.TagClassName
{
border-color: #A08D05;
}
</style>