Shades of Locust #A8AA83
Tints of Locust #A8AA83
RGB
CMYK
RGB Variations
Color information
#A8AA83 (or 0xA8AA83) is known color: Locust. HEX triplet: A8, AA and 83. RGB value is (168,170,131). Sum of RGB (Red+Green+Blue) = 168+170+131=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA83 is #57557C. Grayscale: #A5A5A5. Windows color (decimal): -5723517 or 8628904. OLE color: 8628904.
HSL color Cylindrical-coordinate representation of color #A8AA83: hue angle of 63.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8AA83 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 131 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.33 |
| HSL | 63.08º | 0.19% | 0.59% | - |
| HSV(B) | 63.08º | 0.23% | 0.67% | - |
| XYZ | 34.62 | 38.71 | 27.12 | - |
| YUV | 164.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 131 | 0.01 | 0 | 0.23 | 0.33 | 63.08 | 0.19 | 0.59 |
| Hex | A8 | AA | 83 | 1 | 0 | 17 | 21 | 3F | 13 | 3B |
| Octal | 250 | 252 | 203 | 1 | 0 | 27 | 41 | 77 | 23 | 73 |
| Binary | 10101000 | 10101010 | 10000011 | 1 | 0 | 10111 | 100001 | 111111 | 10011 | 111011 |
Color Harmonies of #A8AA83
Complementary color
Monochromatic Colors of #A8AA83
Black with #A8AA83
Text Example
Text Example
White with #A8AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA83; }
p { color: rgb(168,170,131); }
H1.HeaderClassName
{
color: #A8AA83;
}
.AnyTagClassName
{
color: #A8AA83;
}
</style>
background-color css
<style>
a { background-color: #A8AA83; }
a { background-color: rgb(168,170,131); }
div.DivClassName
{
background-color: #A8AA83;
}
.BgClassName
{
background-color: #A8AA83;
}
</style>
border-color css
<style>
span { border-color: #A8AA83; }
span { border-color: rgb(168,170,131); }
td.TdClassName
{
border-color: #A8AA83;
}
.TagClassName
{
border-color: #A8AA83;
}
</style>