Shades of Lucky #A89F03
Tints of Lucky #A89F03
RGB
CMYK
RGB Variations
Color information
#A89F03 (or 0xA89F03) is known color: Lucky. HEX triplet: A8, 9F and 03. RGB value is (168,159,3). Sum of RGB (Red+Green+Blue) = 168+159+3=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89F03 is #5760FC. Grayscale: #909090. Windows color (decimal): -5726461 or 237480. OLE color: 237480.
HSL color Cylindrical-coordinate representation of color #A89F03: hue angle of 56.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A89F03 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.34 |
| HSL | 56.73º | 0.96% | 0.34% | - |
| HSV(B) | 56.73º | 0.98% | 0.66% | - |
| XYZ | 28.56 | 33.13 | 4.97 | - |
| YUV | 143.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 3 | 0 | 0.05 | 0.98 | 0.34 | 56.73 | 0.96 | 0.34 |
| Hex | A8 | 9F | 3 | 0 | 5 | 62 | 22 | 39 | 60 | 22 |
| Octal | 250 | 237 | 3 | 0 | 5 | 142 | 42 | 71 | 140 | 42 |
| Binary | 10101000 | 10011111 | 11 | 0 | 101 | 1100010 | 100010 | 111001 | 1100000 | 100010 |
Color Harmonies of #A89F03
Complementary color
Monochromatic Colors of #A89F03
Black with #A89F03
Text Example
Text Example
White with #A89F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F03; }
p { color: rgb(168,159,3); }
H1.HeaderClassName
{
color: #A89F03;
}
.AnyTagClassName
{
color: #A89F03;
}
</style>
background-color css
<style>
a { background-color: #A89F03; }
a { background-color: rgb(168,159,3); }
div.DivClassName
{
background-color: #A89F03;
}
.BgClassName
{
background-color: #A89F03;
}
</style>
border-color css
<style>
span { border-color: #A89F03; }
span { border-color: rgb(168,159,3); }
td.TdClassName
{
border-color: #A89F03;
}
.TagClassName
{
border-color: #A89F03;
}
</style>