Shades of Locust #A5A572
Tints of Locust #A5A572
RGB
CMYK
RGB Variations
Color information
#A5A572 (or 0xA5A572) is known color: Locust. HEX triplet: A5, A5 and 72. RGB value is (165,165,114). Sum of RGB (Red+Green+Blue) = 165+165+114=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A572 is #5A5A8D. Grayscale: #9F9F9F. Windows color (decimal): -5921422 or 7513509. OLE color: 7513509.
HSL color Cylindrical-coordinate representation of color #A5A572: hue angle of 60º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A572 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 165 | 114 | - |
| CMYK | 0 | 0 | 0.31 | 0.35 |
| HSL | 60º | 0.22% | 0.55% | - |
| HSV(B) | 60º | 0.31% | 0.65% | - |
| XYZ | 32.01 | 36.12 | 21.21 | - |
| YUV | 159.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 165 | 114 | 0 | 0 | 0.31 | 0.35 | 60 | 0.22 | 0.55 |
| Hex | A5 | A5 | 72 | 0 | 0 | 1F | 23 | 3C | 16 | 37 |
| Octal | 245 | 245 | 162 | 0 | 0 | 37 | 43 | 74 | 26 | 67 |
| Binary | 10100101 | 10100101 | 1110010 | 0 | 0 | 11111 | 100011 | 111100 | 10110 | 110111 |
Color Harmonies of #A5A572
Complementary color
Monochromatic Colors of #A5A572
Black with #A5A572
Text Example
Text Example
White with #A5A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A572; }
p { color: rgb(165,165,114); }
H1.HeaderClassName
{
color: #A5A572;
}
.AnyTagClassName
{
color: #A5A572;
}
</style>
background-color css
<style>
a { background-color: #A5A572; }
a { background-color: rgb(165,165,114); }
div.DivClassName
{
background-color: #A5A572;
}
.BgClassName
{
background-color: #A5A572;
}
</style>
border-color css
<style>
span { border-color: #A5A572; }
span { border-color: rgb(165,165,114); }
td.TdClassName
{
border-color: #A5A572;
}
.TagClassName
{
border-color: #A5A572;
}
</style>