Shades of Lucky #A99608
Tints of Lucky #A99608
RGB
CMYK
RGB Variations
Color information
#A99608 (or 0xA99608) is known color: Lucky. HEX triplet: A9, 96 and 08. RGB value is (169,150,8). Sum of RGB (Red+Green+Blue) = 169+150+8=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A99608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99608 is #5669F7. Grayscale: #8C8C8C. Windows color (decimal): -5663224 or 562857. OLE color: 562857.
HSL color Cylindrical-coordinate representation of color #A99608: hue angle of 52.92º 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 #A99608 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.34 |
| HSL | 52.92º | 0.91% | 0.35% | - |
| HSV(B) | 52.92º | 0.95% | 0.66% | - |
| XYZ | 27.31 | 30.27 | 4.63 | - |
| YUV | 139.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 8 | 0 | 0.11 | 0.95 | 0.34 | 52.92 | 0.91 | 0.35 |
| Hex | A9 | 96 | 8 | 0 | B | 5F | 22 | 35 | 5B | 23 |
| Octal | 251 | 226 | 10 | 0 | 13 | 137 | 42 | 65 | 133 | 43 |
| Binary | 10101001 | 10010110 | 1000 | 0 | 1011 | 1011111 | 100010 | 110101 | 1011011 | 100011 |
Color Harmonies of #A99608
Complementary color
Monochromatic Colors of #A99608
Black with #A99608
Text Example
Text Example
White with #A99608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99608; }
p { color: rgb(169,150,8); }
H1.HeaderClassName
{
color: #A99608;
}
.AnyTagClassName
{
color: #A99608;
}
</style>
background-color css
<style>
a { background-color: #A99608; }
a { background-color: rgb(169,150,8); }
div.DivClassName
{
background-color: #A99608;
}
.BgClassName
{
background-color: #A99608;
}
</style>
border-color css
<style>
span { border-color: #A99608; }
span { border-color: rgb(169,150,8); }
td.TdClassName
{
border-color: #A99608;
}
.TagClassName
{
border-color: #A99608;
}
</style>