Shades of Lucky #A08D07
Tints of Lucky #A08D07
RGB
CMYK
RGB Variations
Color information
#A08D07 (or 0xA08D07) is known color: Lucky. HEX triplet: A0, 8D and 07. RGB value is (160,141,7). Sum of RGB (Red+Green+Blue) = 160+141+7=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D07 is #5F72F8. Grayscale: #838383. Windows color (decimal): -6255353 or 495008. OLE color: 495008.
HSL color Cylindrical-coordinate representation of color #A08D07: hue angle of 52.55º degrees, saturation: 0.92, 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 #A08D07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.37 |
| HSL | 52.55º | 0.92% | 0.33% | - |
| HSV(B) | 52.55º | 0.96% | 0.63% | - |
| XYZ | 24.06 | 26.54 | 4.06 | - |
| YUV | 131.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 7 | 0 | 0.12 | 0.96 | 0.37 | 52.55 | 0.92 | 0.33 |
| Hex | A0 | 8D | 7 | 0 | C | 60 | 25 | 35 | 5C | 21 |
| Octal | 240 | 215 | 7 | 0 | 14 | 140 | 45 | 65 | 134 | 41 |
| Binary | 10100000 | 10001101 | 111 | 0 | 1100 | 1100000 | 100101 | 110101 | 1011100 | 100001 |
Color Harmonies of #A08D07
Complementary color
Monochromatic Colors of #A08D07
Black with #A08D07
Text Example
Text Example
White with #A08D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D07; }
p { color: rgb(160,141,7); }
H1.HeaderClassName
{
color: #A08D07;
}
.AnyTagClassName
{
color: #A08D07;
}
</style>
background-color css
<style>
a { background-color: #A08D07; }
a { background-color: rgb(160,141,7); }
div.DivClassName
{
background-color: #A08D07;
}
.BgClassName
{
background-color: #A08D07;
}
</style>
border-color css
<style>
span { border-color: #A08D07; }
span { border-color: rgb(160,141,7); }
td.TdClassName
{
border-color: #A08D07;
}
.TagClassName
{
border-color: #A08D07;
}
</style>