Shades of Locust #A6AA83
Tints of Locust #A6AA83
RGB
CMYK
RGB Variations
Color information
#A6AA83 (or 0xA6AA83) is known color: Locust. HEX triplet: A6, AA and 83. RGB value is (166,170,131). Sum of RGB (Red+Green+Blue) = 166+170+131=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA83 is #59557C. Grayscale: #A4A4A4. Windows color (decimal): -5854589 or 8628902. OLE color: 8628902.
HSL color Cylindrical-coordinate representation of color #A6AA83: hue angle of 66.15º 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 #A6AA83 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 131 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.33 |
| HSL | 66.15º | 0.19% | 0.59% | - |
| HSV(B) | 66.15º | 0.23% | 0.67% | - |
| XYZ | 34.2 | 38.5 | 27.1 | - |
| YUV | 164.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 131 | 0.02 | 0 | 0.23 | 0.33 | 66.15 | 0.19 | 0.59 |
| Hex | A6 | AA | 83 | 2 | 0 | 17 | 21 | 42 | 13 | 3B |
| Octal | 246 | 252 | 203 | 2 | 0 | 27 | 41 | 102 | 23 | 73 |
| Binary | 10100110 | 10101010 | 10000011 | 10 | 0 | 10111 | 100001 | 1000010 | 10011 | 111011 |
Color Harmonies of #A6AA83
Complementary color
Monochromatic Colors of #A6AA83
Black with #A6AA83
Text Example
Text Example
White with #A6AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA83; }
p { color: rgb(166,170,131); }
H1.HeaderClassName
{
color: #A6AA83;
}
.AnyTagClassName
{
color: #A6AA83;
}
</style>
background-color css
<style>
a { background-color: #A6AA83; }
a { background-color: rgb(166,170,131); }
div.DivClassName
{
background-color: #A6AA83;
}
.BgClassName
{
background-color: #A6AA83;
}
</style>
border-color css
<style>
span { border-color: #A6AA83; }
span { border-color: rgb(166,170,131); }
td.TdClassName
{
border-color: #A6AA83;
}
.TagClassName
{
border-color: #A6AA83;
}
</style>