Shades of Lucky #A8990F
Tints of Lucky #A8990F
RGB
CMYK
RGB Variations
Color information
#A8990F (or 0xA8990F) is known color: Lucky. HEX triplet: A8, 99 and 0F. RGB value is (168,153,15). Sum of RGB (Red+Green+Blue) = 168+153+15=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A8990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8990F is #5766F0. Grayscale: #8E8E8E. Windows color (decimal): -5727985 or 1022376. OLE color: 1022376.
HSL color Cylindrical-coordinate representation of color #A8990F: hue angle of 54.12º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8990F is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 15 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.34 |
| HSL | 54.12º | 0.84% | 0.36% | - |
| HSV(B) | 54.12º | 0.91% | 0.66% | - |
| XYZ | 27.63 | 31.14 | 5.01 | - |
| YUV | 141.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 15 | 0 | 0.09 | 0.91 | 0.34 | 54.12 | 0.84 | 0.36 |
| Hex | A8 | 99 | F | 0 | 9 | 5B | 22 | 36 | 54 | 24 |
| Octal | 250 | 231 | 17 | 0 | 11 | 133 | 42 | 66 | 124 | 44 |
| Binary | 10101000 | 10011001 | 1111 | 0 | 1001 | 1011011 | 100010 | 110110 | 1010100 | 100100 |
Color Harmonies of #A8990F
Complementary color
Monochromatic Colors of #A8990F
Black with #A8990F
Text Example
Text Example
White with #A8990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8990F; }
p { color: rgb(168,153,15); }
H1.HeaderClassName
{
color: #A8990F;
}
.AnyTagClassName
{
color: #A8990F;
}
</style>
background-color css
<style>
a { background-color: #A8990F; }
a { background-color: rgb(168,153,15); }
div.DivClassName
{
background-color: #A8990F;
}
.BgClassName
{
background-color: #A8990F;
}
</style>
border-color css
<style>
span { border-color: #A8990F; }
span { border-color: rgb(168,153,15); }
td.TdClassName
{
border-color: #A8990F;
}
.TagClassName
{
border-color: #A8990F;
}
</style>