Shades of Lucky #A89F07
Tints of Lucky #A89F07
RGB
CMYK
RGB Variations
Color information
#A89F07 (or 0xA89F07) is known color: Lucky. HEX triplet: A8, 9F and 07. RGB value is (168,159,7). Sum of RGB (Red+Green+Blue) = 168+159+7=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89F07 is #5760F8. Grayscale: #909090. Windows color (decimal): -5726457 or 499624. OLE color: 499624.
HSL color Cylindrical-coordinate representation of color #A89F07: hue angle of 56.65º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A89F07 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 7 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.34 |
| HSL | 56.65º | 0.92% | 0.34% | - |
| HSV(B) | 56.65º | 0.96% | 0.66% | - |
| XYZ | 28.58 | 33.14 | 5.09 | - |
| YUV | 144.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 7 | 0 | 0.05 | 0.96 | 0.34 | 56.65 | 0.92 | 0.34 |
| Hex | A8 | 9F | 7 | 0 | 5 | 60 | 22 | 39 | 5C | 22 |
| Octal | 250 | 237 | 7 | 0 | 5 | 140 | 42 | 71 | 134 | 42 |
| Binary | 10101000 | 10011111 | 111 | 0 | 101 | 1100000 | 100010 | 111001 | 1011100 | 100010 |
Color Harmonies of #A89F07
Complementary color
Monochromatic Colors of #A89F07
Black with #A89F07
Text Example
Text Example
White with #A89F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F07; }
p { color: rgb(168,159,7); }
H1.HeaderClassName
{
color: #A89F07;
}
.AnyTagClassName
{
color: #A89F07;
}
</style>
background-color css
<style>
a { background-color: #A89F07; }
a { background-color: rgb(168,159,7); }
div.DivClassName
{
background-color: #A89F07;
}
.BgClassName
{
background-color: #A89F07;
}
</style>
border-color css
<style>
span { border-color: #A89F07; }
span { border-color: rgb(168,159,7); }
td.TdClassName
{
border-color: #A89F07;
}
.TagClassName
{
border-color: #A89F07;
}
</style>