Shades of Lucky #A89800
Tints of Lucky #A89800
RGB
CMYK
RGB Variations
Color information
#A89800 (or 0xA89800) is known color: Lucky. HEX triplet: A8, 98 and 00. RGB value is (168,152,0). Sum of RGB (Red+Green+Blue) = 168+152+0=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A89800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89800 is #5767FF. Grayscale: #8C8C8C. Windows color (decimal): -5728256 or 39080. OLE color: 39080.
HSL color Cylindrical-coordinate representation of color #A89800: hue angle of 54.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A89800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.34 |
| HSL | 54.29º | 1% | 0.33% | - |
| HSV(B) | 54.29º | 1% | 0.66% | - |
| XYZ | 27.38 | 30.78 | 4.5 | - |
| YUV | 139.46 | 49.3 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 0 | 0 | 0.10 | 1 | 0.34 | 54.29 | 1 | 0.33 |
| Hex | A8 | 98 | 0 | 0 | A | 64 | 22 | 36 | 64 | 21 |
| Octal | 250 | 230 | 0 | 0 | 12 | 144 | 42 | 66 | 144 | 41 |
| Binary | 10101000 | 10011000 | 0 | 0 | 1010 | 1100100 | 100010 | 110110 | 1100100 | 100001 |
Color Harmonies of #A89800
Complementary color
Monochromatic Colors of #A89800
Black with #A89800
Text Example
Text Example
White with #A89800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89800; }
p { color: rgb(168,152,0); }
H1.HeaderClassName
{
color: #A89800;
}
.AnyTagClassName
{
color: #A89800;
}
</style>
background-color css
<style>
a { background-color: #A89800; }
a { background-color: rgb(168,152,0); }
div.DivClassName
{
background-color: #A89800;
}
.BgClassName
{
background-color: #A89800;
}
</style>
border-color css
<style>
span { border-color: #A89800; }
span { border-color: rgb(168,152,0); }
td.TdClassName
{
border-color: #A89800;
}
.TagClassName
{
border-color: #A89800;
}
</style>