Shades of Lucky #A89801
Tints of Lucky #A89801
RGB
CMYK
RGB Variations
Color information
#A89801 (or 0xA89801) is known color: Lucky. HEX triplet: A8, 98 and 01. RGB value is (168,152,1). Sum of RGB (Red+Green+Blue) = 168+152+1=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A89801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89801 is #5767FE. Grayscale: #8C8C8C. Windows color (decimal): -5728255 or 104616. OLE color: 104616.
HSL color Cylindrical-coordinate representation of color #A89801: hue angle of 54.25º degrees, saturation: 0.99, 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 #A89801 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.34 |
| HSL | 54.25º | 0.99% | 0.33% | - |
| HSV(B) | 54.25º | 0.99% | 0.66% | - |
| XYZ | 27.38 | 30.78 | 4.53 | - |
| YUV | 139.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 1 | 0 | 0.10 | 0.99 | 0.34 | 54.25 | 0.99 | 0.33 |
| Hex | A8 | 98 | 1 | 0 | A | 63 | 22 | 36 | 63 | 21 |
| Octal | 250 | 230 | 1 | 0 | 12 | 143 | 42 | 66 | 143 | 41 |
| Binary | 10101000 | 10011000 | 1 | 0 | 1010 | 1100011 | 100010 | 110110 | 1100011 | 100001 |
Color Harmonies of #A89801
Complementary color
Monochromatic Colors of #A89801
Black with #A89801
Text Example
Text Example
White with #A89801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89801; }
p { color: rgb(168,152,1); }
H1.HeaderClassName
{
color: #A89801;
}
.AnyTagClassName
{
color: #A89801;
}
</style>
background-color css
<style>
a { background-color: #A89801; }
a { background-color: rgb(168,152,1); }
div.DivClassName
{
background-color: #A89801;
}
.BgClassName
{
background-color: #A89801;
}
</style>
border-color css
<style>
span { border-color: #A89801; }
span { border-color: rgb(168,152,1); }
td.TdClassName
{
border-color: #A89801;
}
.TagClassName
{
border-color: #A89801;
}
</style>