Shades of Locust #A8A984
Tints of Locust #A8A984
RGB
CMYK
RGB Variations
Color information
#A8A984 (or 0xA8A984) is known color: Locust. HEX triplet: A8, A9 and 84. RGB value is (168,169,132). Sum of RGB (Red+Green+Blue) = 168+169+132=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A984 is #57567B. Grayscale: #A4A4A4. Windows color (decimal): -5723772 or 8694184. OLE color: 8694184.
HSL color Cylindrical-coordinate representation of color #A8A984: hue angle of 61.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8A984 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 132 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.34 |
| HSL | 61.62º | 0.18% | 0.59% | - |
| HSV(B) | 61.62º | 0.22% | 0.66% | - |
| XYZ | 34.5 | 38.37 | 27.42 | - |
| YUV | 164.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 132 | 0.01 | 0 | 0.22 | 0.34 | 61.62 | 0.18 | 0.59 |
| Hex | A8 | A9 | 84 | 1 | 0 | 16 | 22 | 3E | 12 | 3B |
| Octal | 250 | 251 | 204 | 1 | 0 | 26 | 42 | 76 | 22 | 73 |
| Binary | 10101000 | 10101001 | 10000100 | 1 | 0 | 10110 | 100010 | 111110 | 10010 | 111011 |
Color Harmonies of #A8A984
Complementary color
Monochromatic Colors of #A8A984
Black with #A8A984
Text Example
Text Example
White with #A8A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A984; }
p { color: rgb(168,169,132); }
H1.HeaderClassName
{
color: #A8A984;
}
.AnyTagClassName
{
color: #A8A984;
}
</style>
background-color css
<style>
a { background-color: #A8A984; }
a { background-color: rgb(168,169,132); }
div.DivClassName
{
background-color: #A8A984;
}
.BgClassName
{
background-color: #A8A984;
}
</style>
border-color css
<style>
span { border-color: #A8A984; }
span { border-color: rgb(168,169,132); }
td.TdClassName
{
border-color: #A8A984;
}
.TagClassName
{
border-color: #A8A984;
}
</style>