Shades of Lucky #A89E08
Tints of Lucky #A89E08
RGB
CMYK
RGB Variations
Color information
#A89E08 (or 0xA89E08) is known color: Lucky. HEX triplet: A8, 9E and 08. RGB value is (168,158,8). Sum of RGB (Red+Green+Blue) = 168+158+8=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89E08 is #5761F7. Grayscale: #909090. Windows color (decimal): -5726712 or 564904. OLE color: 564904.
HSL color Cylindrical-coordinate representation of color #A89E08: hue angle of 56.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A89E08 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 8 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.34 |
| HSL | 56.25º | 0.91% | 0.35% | - |
| HSV(B) | 56.25º | 0.95% | 0.66% | - |
| XYZ | 28.42 | 32.8 | 5.06 | - |
| YUV | 143.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 8 | 0 | 0.06 | 0.95 | 0.34 | 56.25 | 0.91 | 0.35 |
| Hex | A8 | 9E | 8 | 0 | 6 | 5F | 22 | 38 | 5B | 23 |
| Octal | 250 | 236 | 10 | 0 | 6 | 137 | 42 | 70 | 133 | 43 |
| Binary | 10101000 | 10011110 | 1000 | 0 | 110 | 1011111 | 100010 | 111000 | 1011011 | 100011 |
Color Harmonies of #A89E08
Complementary color
Monochromatic Colors of #A89E08
Black with #A89E08
Text Example
Text Example
White with #A89E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E08; }
p { color: rgb(168,158,8); }
H1.HeaderClassName
{
color: #A89E08;
}
.AnyTagClassName
{
color: #A89E08;
}
</style>
background-color css
<style>
a { background-color: #A89E08; }
a { background-color: rgb(168,158,8); }
div.DivClassName
{
background-color: #A89E08;
}
.BgClassName
{
background-color: #A89E08;
}
</style>
border-color css
<style>
span { border-color: #A89E08; }
span { border-color: rgb(168,158,8); }
td.TdClassName
{
border-color: #A89E08;
}
.TagClassName
{
border-color: #A89E08;
}
</style>