Shades of Locust #A5AC78
Tints of Locust #A5AC78
RGB
CMYK
RGB Variations
Color information
#A5AC78 (or 0xA5AC78) is known color: Locust. HEX triplet: A5, AC and 78. RGB value is (165,172,120). Sum of RGB (Red+Green+Blue) = 165+172+120=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC78 is #5A5387. Grayscale: #A4A4A4. Windows color (decimal): -5919624 or 7908517. OLE color: 7908517.
HSL color Cylindrical-coordinate representation of color #A5AC78: hue angle of 68.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5AC78 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 120 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.33 |
| HSL | 68.08º | 0.24% | 0.57% | - |
| HSV(B) | 68.08º | 0.3% | 0.67% | - |
| XYZ | 33.66 | 38.86 | 23.5 | - |
| YUV | 163.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 120 | 0.04 | 0 | 0.30 | 0.33 | 68.08 | 0.24 | 0.57 |
| Hex | A5 | AC | 78 | 4 | 0 | 1E | 21 | 44 | 18 | 39 |
| Octal | 245 | 254 | 170 | 4 | 0 | 36 | 41 | 104 | 30 | 71 |
| Binary | 10100101 | 10101100 | 1111000 | 100 | 0 | 11110 | 100001 | 1000100 | 11000 | 111001 |
Color Harmonies of #A5AC78
Complementary color
Monochromatic Colors of #A5AC78
Black with #A5AC78
Text Example
Text Example
White with #A5AC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC78; }
p { color: rgb(165,172,120); }
H1.HeaderClassName
{
color: #A5AC78;
}
.AnyTagClassName
{
color: #A5AC78;
}
</style>
background-color css
<style>
a { background-color: #A5AC78; }
a { background-color: rgb(165,172,120); }
div.DivClassName
{
background-color: #A5AC78;
}
.BgClassName
{
background-color: #A5AC78;
}
</style>
border-color css
<style>
span { border-color: #A5AC78; }
span { border-color: rgb(165,172,120); }
td.TdClassName
{
border-color: #A5AC78;
}
.TagClassName
{
border-color: #A5AC78;
}
</style>