Shades of Locust #A8AC75
Tints of Locust #A8AC75
RGB
CMYK
RGB Variations
Color information
#A8AC75 (or 0xA8AC75) is known color: Locust. HEX triplet: A8, AC and 75. RGB value is (168,172,117). Sum of RGB (Red+Green+Blue) = 168+172+117=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC75 is #57538A. Grayscale: #A4A4A4. Windows color (decimal): -5723019 or 7711912. OLE color: 7711912.
HSL color Cylindrical-coordinate representation of color #A8AC75: hue angle of 64.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8AC75 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 117 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.33 |
| HSL | 64.36º | 0.25% | 0.57% | - |
| HSV(B) | 64.36º | 0.32% | 0.67% | - |
| XYZ | 34.11 | 39.11 | 22.58 | - |
| YUV | 164.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 117 | 0.02 | 0 | 0.32 | 0.33 | 64.36 | 0.25 | 0.57 |
| Hex | A8 | AC | 75 | 2 | 0 | 20 | 21 | 40 | 19 | 39 |
| Octal | 250 | 254 | 165 | 2 | 0 | 40 | 41 | 100 | 31 | 71 |
| Binary | 10101000 | 10101100 | 1110101 | 10 | 0 | 100000 | 100001 | 1000000 | 11001 | 111001 |
Color Harmonies of #A8AC75
Complementary color
Monochromatic Colors of #A8AC75
Black with #A8AC75
Text Example
Text Example
White with #A8AC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC75; }
p { color: rgb(168,172,117); }
H1.HeaderClassName
{
color: #A8AC75;
}
.AnyTagClassName
{
color: #A8AC75;
}
</style>
background-color css
<style>
a { background-color: #A8AC75; }
a { background-color: rgb(168,172,117); }
div.DivClassName
{
background-color: #A8AC75;
}
.BgClassName
{
background-color: #A8AC75;
}
</style>
border-color css
<style>
span { border-color: #A8AC75; }
span { border-color: rgb(168,172,117); }
td.TdClassName
{
border-color: #A8AC75;
}
.TagClassName
{
border-color: #A8AC75;
}
</style>