Shades of Locust #A5AC7D
Tints of Locust #A5AC7D
RGB
CMYK
RGB Variations
Color information
#A5AC7D (or 0xA5AC7D) is known color: Locust. HEX triplet: A5, AC and 7D. RGB value is (165,172,125). Sum of RGB (Red+Green+Blue) = 165+172+125=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC7D is #5A5382. Grayscale: #A4A4A4. Windows color (decimal): -5919619 or 8236197. OLE color: 8236197.
HSL color Cylindrical-coordinate representation of color #A5AC7D: hue angle of 68.94º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5AC7D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 125 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.33 |
| HSL | 68.94º | 0.22% | 0.58% | - |
| HSV(B) | 68.94º | 0.27% | 0.67% | - |
| XYZ | 33.97 | 38.99 | 25.14 | - |
| YUV | 164.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 125 | 0.04 | 0 | 0.27 | 0.33 | 68.94 | 0.22 | 0.58 |
| Hex | A5 | AC | 7D | 4 | 0 | 1B | 21 | 45 | 16 | 3A |
| Octal | 245 | 254 | 175 | 4 | 0 | 33 | 41 | 105 | 26 | 72 |
| Binary | 10100101 | 10101100 | 1111101 | 100 | 0 | 11011 | 100001 | 1000101 | 10110 | 111010 |
Color Harmonies of #A5AC7D
Complementary color
Monochromatic Colors of #A5AC7D
Black with #A5AC7D
Text Example
Text Example
White with #A5AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC7D; }
p { color: rgb(165,172,125); }
H1.HeaderClassName
{
color: #A5AC7D;
}
.AnyTagClassName
{
color: #A5AC7D;
}
</style>
background-color css
<style>
a { background-color: #A5AC7D; }
a { background-color: rgb(165,172,125); }
div.DivClassName
{
background-color: #A5AC7D;
}
.BgClassName
{
background-color: #A5AC7D;
}
</style>
border-color css
<style>
span { border-color: #A5AC7D; }
span { border-color: rgb(165,172,125); }
td.TdClassName
{
border-color: #A5AC7D;
}
.TagClassName
{
border-color: #A5AC7D;
}
</style>