Shades of Lucky #A8991F
Tints of Lucky #A8991F
RGB
CMYK
RGB Variations
Color information
#A8991F (or 0xA8991F) is known color: Lucky. HEX triplet: A8, 99 and 1F. RGB value is (168,153,31). Sum of RGB (Red+Green+Blue) = 168+153+31=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8991F is #5766E0. Grayscale: #909090. Windows color (decimal): -5727969 or 2070952. OLE color: 2070952.
HSL color Cylindrical-coordinate representation of color #A8991F: hue angle of 53.43º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8991F is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 31 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.34 |
| HSL | 53.43º | 0.69% | 0.39% | - |
| HSV(B) | 53.43º | 0.82% | 0.66% | - |
| XYZ | 27.79 | 31.21 | 5.86 | - |
| YUV | 143.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 31 | 0 | 0.09 | 0.82 | 0.34 | 53.43 | 0.69 | 0.39 |
| Hex | A8 | 99 | 1F | 0 | 9 | 52 | 22 | 35 | 45 | 27 |
| Octal | 250 | 231 | 37 | 0 | 11 | 122 | 42 | 65 | 105 | 47 |
| Binary | 10101000 | 10011001 | 11111 | 0 | 1001 | 1010010 | 100010 | 110101 | 1000101 | 100111 |
Color Harmonies of #A8991F
Complementary color
Monochromatic Colors of #A8991F
Black with #A8991F
Text Example
Text Example
White with #A8991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8991F; }
p { color: rgb(168,153,31); }
H1.HeaderClassName
{
color: #A8991F;
}
.AnyTagClassName
{
color: #A8991F;
}
</style>
background-color css
<style>
a { background-color: #A8991F; }
a { background-color: rgb(168,153,31); }
div.DivClassName
{
background-color: #A8991F;
}
.BgClassName
{
background-color: #A8991F;
}
</style>
border-color css
<style>
span { border-color: #A8991F; }
span { border-color: rgb(168,153,31); }
td.TdClassName
{
border-color: #A8991F;
}
.TagClassName
{
border-color: #A8991F;
}
</style>