Shades of Locust #A8A773
Tints of Locust #A8A773
RGB
CMYK
RGB Variations
Color information
#A8A773 (or 0xA8A773) is known color: Locust. HEX triplet: A8, A7 and 73. RGB value is (168,167,115). Sum of RGB (Red+Green+Blue) = 168+167+115=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A773 is #57588C. Grayscale: #A1A1A1. Windows color (decimal): -5724301 or 7579560. OLE color: 7579560.
HSL color Cylindrical-coordinate representation of color #A8A773: hue angle of 58.87º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A773 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 115 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.34 |
| HSL | 58.87º | 0.23% | 0.55% | - |
| HSV(B) | 58.87º | 0.32% | 0.66% | - |
| XYZ | 33.06 | 37.2 | 21.66 | - |
| YUV | 161.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 115 | 0 | 0.01 | 0.32 | 0.34 | 58.87 | 0.23 | 0.55 |
| Hex | A8 | A7 | 73 | 0 | 1 | 20 | 22 | 3B | 17 | 37 |
| Octal | 250 | 247 | 163 | 0 | 1 | 40 | 42 | 73 | 27 | 67 |
| Binary | 10101000 | 10100111 | 1110011 | 0 | 1 | 100000 | 100010 | 111011 | 10111 | 110111 |
Color Harmonies of #A8A773
Complementary color
Monochromatic Colors of #A8A773
Black with #A8A773
Text Example
Text Example
White with #A8A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A773; }
p { color: rgb(168,167,115); }
H1.HeaderClassName
{
color: #A8A773;
}
.AnyTagClassName
{
color: #A8A773;
}
</style>
background-color css
<style>
a { background-color: #A8A773; }
a { background-color: rgb(168,167,115); }
div.DivClassName
{
background-color: #A8A773;
}
.BgClassName
{
background-color: #A8A773;
}
</style>
border-color css
<style>
span { border-color: #A8A773; }
span { border-color: rgb(168,167,115); }
td.TdClassName
{
border-color: #A8A773;
}
.TagClassName
{
border-color: #A8A773;
}
</style>