Shades of Lucky #A08D08
Tints of Lucky #A08D08
RGB
CMYK
RGB Variations
Color information
#A08D08 (or 0xA08D08) is known color: Lucky. HEX triplet: A0, 8D and 08. RGB value is (160,141,8). Sum of RGB (Red+Green+Blue) = 160+141+8=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D08 is #5F72F7. Grayscale: #848484. Windows color (decimal): -6255352 or 560544. OLE color: 560544.
HSL color Cylindrical-coordinate representation of color #A08D08: hue angle of 52.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A08D08 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 8 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.37 |
| HSL | 52.5º | 0.9% | 0.33% | - |
| HSV(B) | 52.5º | 0.95% | 0.63% | - |
| XYZ | 24.07 | 26.54 | 4.08 | - |
| YUV | 131.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 8 | 0 | 0.12 | 0.95 | 0.37 | 52.5 | 0.9 | 0.33 |
| Hex | A0 | 8D | 8 | 0 | C | 5F | 25 | 34 | 5A | 21 |
| Octal | 240 | 215 | 10 | 0 | 14 | 137 | 45 | 64 | 132 | 41 |
| Binary | 10100000 | 10001101 | 1000 | 0 | 1100 | 1011111 | 100101 | 110100 | 1011010 | 100001 |
Color Harmonies of #A08D08
Complementary color
Monochromatic Colors of #A08D08
Black with #A08D08
Text Example
Text Example
White with #A08D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D08; }
p { color: rgb(160,141,8); }
H1.HeaderClassName
{
color: #A08D08;
}
.AnyTagClassName
{
color: #A08D08;
}
</style>
background-color css
<style>
a { background-color: #A08D08; }
a { background-color: rgb(160,141,8); }
div.DivClassName
{
background-color: #A08D08;
}
.BgClassName
{
background-color: #A08D08;
}
</style>
border-color css
<style>
span { border-color: #A08D08; }
span { border-color: rgb(160,141,8); }
td.TdClassName
{
border-color: #A08D08;
}
.TagClassName
{
border-color: #A08D08;
}
</style>