Shades of Lucky #A89602
Tints of Lucky #A89602
RGB
CMYK
RGB Variations
Color information
#A89602 (or 0xA89602) is known color: Lucky. HEX triplet: A8, 96 and 02. RGB value is (168,150,2). Sum of RGB (Red+Green+Blue) = 168+150+2=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A89602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89602 is #5769FD. Grayscale: #8B8B8B. Windows color (decimal): -5728766 or 169640. OLE color: 169640.
HSL color Cylindrical-coordinate representation of color #A89602: hue angle of 53.49º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A89602 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.34 |
| HSL | 53.49º | 0.98% | 0.33% | - |
| HSV(B) | 53.49º | 0.99% | 0.66% | - |
| XYZ | 27.07 | 30.14 | 4.45 | - |
| YUV | 138.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 2 | 0 | 0.11 | 0.99 | 0.34 | 53.49 | 0.98 | 0.33 |
| Hex | A8 | 96 | 2 | 0 | B | 63 | 22 | 35 | 62 | 21 |
| Octal | 250 | 226 | 2 | 0 | 13 | 143 | 42 | 65 | 142 | 41 |
| Binary | 10101000 | 10010110 | 10 | 0 | 1011 | 1100011 | 100010 | 110101 | 1100010 | 100001 |
Color Harmonies of #A89602
Complementary color
Monochromatic Colors of #A89602
Black with #A89602
Text Example
Text Example
White with #A89602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89602; }
p { color: rgb(168,150,2); }
H1.HeaderClassName
{
color: #A89602;
}
.AnyTagClassName
{
color: #A89602;
}
</style>
background-color css
<style>
a { background-color: #A89602; }
a { background-color: rgb(168,150,2); }
div.DivClassName
{
background-color: #A89602;
}
.BgClassName
{
background-color: #A89602;
}
</style>
border-color css
<style>
span { border-color: #A89602; }
span { border-color: rgb(168,150,2); }
td.TdClassName
{
border-color: #A89602;
}
.TagClassName
{
border-color: #A89602;
}
</style>