Shades of Lucky #A89608
Tints of Lucky #A89608
RGB
CMYK
RGB Variations
Color information
#A89608 (or 0xA89608) is known color: Lucky. HEX triplet: A8, 96 and 08. RGB value is (168,150,8). Sum of RGB (Red+Green+Blue) = 168+150+8=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A89608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89608 is #5769F7. Grayscale: #8B8B8B. Windows color (decimal): -5728760 or 562856. OLE color: 562856.
HSL color Cylindrical-coordinate representation of color #A89608: hue angle of 53.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 #A89608 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.34 |
| HSL | 53.25º | 0.91% | 0.35% | - |
| HSV(B) | 53.25º | 0.95% | 0.66% | - |
| XYZ | 27.1 | 30.16 | 4.62 | - |
| YUV | 139.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 8 | 0 | 0.11 | 0.95 | 0.34 | 53.25 | 0.91 | 0.35 |
| Hex | A8 | 96 | 8 | 0 | B | 5F | 22 | 35 | 5B | 23 |
| Octal | 250 | 226 | 10 | 0 | 13 | 137 | 42 | 65 | 133 | 43 |
| Binary | 10101000 | 10010110 | 1000 | 0 | 1011 | 1011111 | 100010 | 110101 | 1011011 | 100011 |
Color Harmonies of #A89608
Complementary color
Monochromatic Colors of #A89608
Black with #A89608
Text Example
Text Example
White with #A89608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89608; }
p { color: rgb(168,150,8); }
H1.HeaderClassName
{
color: #A89608;
}
.AnyTagClassName
{
color: #A89608;
}
</style>
background-color css
<style>
a { background-color: #A89608; }
a { background-color: rgb(168,150,8); }
div.DivClassName
{
background-color: #A89608;
}
.BgClassName
{
background-color: #A89608;
}
</style>
border-color css
<style>
span { border-color: #A89608; }
span { border-color: rgb(168,150,8); }
td.TdClassName
{
border-color: #A89608;
}
.TagClassName
{
border-color: #A89608;
}
</style>