Shades of Locust #A8A982
Tints of Locust #A8A982
RGB
CMYK
RGB Variations
Color information
#A8A982 (or 0xA8A982) is known color: Locust. HEX triplet: A8, A9 and 82. RGB value is (168,169,130). Sum of RGB (Red+Green+Blue) = 168+169+130=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A982 is #57567D. Grayscale: #A4A4A4. Windows color (decimal): -5723774 or 8563112. OLE color: 8563112.
HSL color Cylindrical-coordinate representation of color #A8A982: hue angle of 61.54º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8A982 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 130 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.34 |
| HSL | 61.54º | 0.18% | 0.59% | - |
| HSV(B) | 61.54º | 0.23% | 0.66% | - |
| XYZ | 34.37 | 38.31 | 26.7 | - |
| YUV | 164.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 130 | 0.01 | 0 | 0.23 | 0.34 | 61.54 | 0.18 | 0.59 |
| Hex | A8 | A9 | 82 | 1 | 0 | 17 | 22 | 3E | 12 | 3B |
| Octal | 250 | 251 | 202 | 1 | 0 | 27 | 42 | 76 | 22 | 73 |
| Binary | 10101000 | 10101001 | 10000010 | 1 | 0 | 10111 | 100010 | 111110 | 10010 | 111011 |
Color Harmonies of #A8A982
Complementary color
Monochromatic Colors of #A8A982
Black with #A8A982
Text Example
Text Example
White with #A8A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A982; }
p { color: rgb(168,169,130); }
H1.HeaderClassName
{
color: #A8A982;
}
.AnyTagClassName
{
color: #A8A982;
}
</style>
background-color css
<style>
a { background-color: #A8A982; }
a { background-color: rgb(168,169,130); }
div.DivClassName
{
background-color: #A8A982;
}
.BgClassName
{
background-color: #A8A982;
}
</style>
border-color css
<style>
span { border-color: #A8A982; }
span { border-color: rgb(168,169,130); }
td.TdClassName
{
border-color: #A8A982;
}
.TagClassName
{
border-color: #A8A982;
}
</style>