Shades of Locust #AAAF83
Tints of Locust #AAAF83
RGB
CMYK
RGB Variations
Color information
#AAAF83 (or 0xAAAF83) is known color: Locust. HEX triplet: AA, AF and 83. RGB value is (170,175,131). Sum of RGB (Red+Green+Blue) = 170+175+131=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF83 is #55507C. Grayscale: #A8A8A8. Windows color (decimal): -5591165 or 8630186. OLE color: 8630186.
HSL color Cylindrical-coordinate representation of color #AAAF83: hue angle of 66.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAAF83 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 131 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.31 |
| HSL | 66.82º | 0.22% | 0.6% | - |
| HSV(B) | 66.82º | 0.25% | 0.69% | - |
| XYZ | 36 | 40.84 | 27.46 | - |
| YUV | 168.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 131 | 0.03 | 0 | 0.25 | 0.31 | 66.82 | 0.22 | 0.6 |
| Hex | AA | AF | 83 | 3 | 0 | 19 | 1F | 43 | 16 | 3C |
| Octal | 252 | 257 | 203 | 3 | 0 | 31 | 37 | 103 | 26 | 74 |
| Binary | 10101010 | 10101111 | 10000011 | 11 | 0 | 11001 | 11111 | 1000011 | 10110 | 111100 |
Color Harmonies of #AAAF83
Complementary color
Monochromatic Colors of #AAAF83
Black with #AAAF83
Text Example
Text Example
White with #AAAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF83; }
p { color: rgb(170,175,131); }
H1.HeaderClassName
{
color: #AAAF83;
}
.AnyTagClassName
{
color: #AAAF83;
}
</style>
background-color css
<style>
a { background-color: #AAAF83; }
a { background-color: rgb(170,175,131); }
div.DivClassName
{
background-color: #AAAF83;
}
.BgClassName
{
background-color: #AAAF83;
}
</style>
border-color css
<style>
span { border-color: #AAAF83; }
span { border-color: rgb(170,175,131); }
td.TdClassName
{
border-color: #AAAF83;
}
.TagClassName
{
border-color: #AAAF83;
}
</style>