Shades of Locust #A8A970
Tints of Locust #A8A970
RGB
CMYK
RGB Variations
Color information
#A8A970 (or 0xA8A970) is known color: Locust. HEX triplet: A8, A9 and 70. RGB value is (168,169,112). Sum of RGB (Red+Green+Blue) = 168+169+112=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A970 is #57568F. Grayscale: #A2A2A2. Windows color (decimal): -5723792 or 7383464. OLE color: 7383464.
HSL color Cylindrical-coordinate representation of color #A8A970: hue angle of 61.05º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8A970 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 112 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.34 |
| HSL | 61.05º | 0.25% | 0.55% | - |
| HSV(B) | 61.05º | 0.34% | 0.66% | - |
| XYZ | 33.26 | 37.87 | 20.89 | - |
| YUV | 162.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 112 | 0.01 | 0 | 0.34 | 0.34 | 61.05 | 0.25 | 0.55 |
| Hex | A8 | A9 | 70 | 1 | 0 | 22 | 22 | 3D | 19 | 37 |
| Octal | 250 | 251 | 160 | 1 | 0 | 42 | 42 | 75 | 31 | 67 |
| Binary | 10101000 | 10101001 | 1110000 | 1 | 0 | 100010 | 100010 | 111101 | 11001 | 110111 |
Color Harmonies of #A8A970
Complementary color
Monochromatic Colors of #A8A970
Black with #A8A970
Text Example
Text Example
White with #A8A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A970; }
p { color: rgb(168,169,112); }
H1.HeaderClassName
{
color: #A8A970;
}
.AnyTagClassName
{
color: #A8A970;
}
</style>
background-color css
<style>
a { background-color: #A8A970; }
a { background-color: rgb(168,169,112); }
div.DivClassName
{
background-color: #A8A970;
}
.BgClassName
{
background-color: #A8A970;
}
</style>
border-color css
<style>
span { border-color: #A8A970; }
span { border-color: rgb(168,169,112); }
td.TdClassName
{
border-color: #A8A970;
}
.TagClassName
{
border-color: #A8A970;
}
</style>