Shades of Locust #A8A774
Tints of Locust #A8A774
RGB
CMYK
RGB Variations
Color information
#A8A774 (or 0xA8A774) is known color: Locust. HEX triplet: A8, A7 and 74. RGB value is (168,167,116). Sum of RGB (Red+Green+Blue) = 168+167+116=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A774 is #57588B. Grayscale: #A1A1A1. Windows color (decimal): -5724300 or 7645096. OLE color: 7645096.
HSL color Cylindrical-coordinate representation of color #A8A774: hue angle of 58.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8A774 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 116 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.34 |
| HSL | 58.85º | 0.23% | 0.56% | - |
| HSV(B) | 58.85º | 0.31% | 0.66% | - |
| XYZ | 33.12 | 37.22 | 21.96 | - |
| YUV | 161.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 116 | 0 | 0.01 | 0.31 | 0.34 | 58.85 | 0.23 | 0.56 |
| Hex | A8 | A7 | 74 | 0 | 1 | 1F | 22 | 3B | 17 | 38 |
| Octal | 250 | 247 | 164 | 0 | 1 | 37 | 42 | 73 | 27 | 70 |
| Binary | 10101000 | 10100111 | 1110100 | 0 | 1 | 11111 | 100010 | 111011 | 10111 | 111000 |
Color Harmonies of #A8A774
Complementary color
Monochromatic Colors of #A8A774
Black with #A8A774
Text Example
Text Example
White with #A8A774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A774; }
p { color: rgb(168,167,116); }
H1.HeaderClassName
{
color: #A8A774;
}
.AnyTagClassName
{
color: #A8A774;
}
</style>
background-color css
<style>
a { background-color: #A8A774; }
a { background-color: rgb(168,167,116); }
div.DivClassName
{
background-color: #A8A774;
}
.BgClassName
{
background-color: #A8A774;
}
</style>
border-color css
<style>
span { border-color: #A8A774; }
span { border-color: rgb(168,167,116); }
td.TdClassName
{
border-color: #A8A774;
}
.TagClassName
{
border-color: #A8A774;
}
</style>