Shades of Locust #A5AC76
Tints of Locust #A5AC76
RGB
CMYK
RGB Variations
Color information
#A5AC76 (or 0xA5AC76) is known color: Locust. HEX triplet: A5, AC and 76. RGB value is (165,172,118). Sum of RGB (Red+Green+Blue) = 165+172+118=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC76 is #5A5389. Grayscale: #A3A3A3. Windows color (decimal): -5919626 or 7777445. OLE color: 7777445.
HSL color Cylindrical-coordinate representation of color #A5AC76: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AC76 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 118 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.33 |
| HSL | 67.78º | 0.25% | 0.57% | - |
| HSV(B) | 67.78º | 0.31% | 0.67% | - |
| XYZ | 33.54 | 38.81 | 22.86 | - |
| YUV | 163.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 118 | 0.04 | 0 | 0.31 | 0.33 | 67.78 | 0.25 | 0.57 |
| Hex | A5 | AC | 76 | 4 | 0 | 1F | 21 | 44 | 19 | 39 |
| Octal | 245 | 254 | 166 | 4 | 0 | 37 | 41 | 104 | 31 | 71 |
| Binary | 10100101 | 10101100 | 1110110 | 100 | 0 | 11111 | 100001 | 1000100 | 11001 | 111001 |
Color Harmonies of #A5AC76
Complementary color
Monochromatic Colors of #A5AC76
Black with #A5AC76
Text Example
Text Example
White with #A5AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC76; }
p { color: rgb(165,172,118); }
H1.HeaderClassName
{
color: #A5AC76;
}
.AnyTagClassName
{
color: #A5AC76;
}
</style>
background-color css
<style>
a { background-color: #A5AC76; }
a { background-color: rgb(165,172,118); }
div.DivClassName
{
background-color: #A5AC76;
}
.BgClassName
{
background-color: #A5AC76;
}
</style>
border-color css
<style>
span { border-color: #A5AC76; }
span { border-color: rgb(165,172,118); }
td.TdClassName
{
border-color: #A5AC76;
}
.TagClassName
{
border-color: #A5AC76;
}
</style>