Shades of Locust #A0A37D
Tints of Locust #A0A37D
RGB
CMYK
RGB Variations
Color information
#A0A37D (or 0xA0A37D) is known color: Locust. HEX triplet: A0, A3 and 7D. RGB value is (160,163,125). Sum of RGB (Red+Green+Blue) = 160+163+125=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A37D is #5F5C82. Grayscale: #9D9D9D. Windows color (decimal): -6249603 or 8233888. OLE color: 8233888.
HSL color Cylindrical-coordinate representation of color #A0A37D: hue angle of 64.74º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A37D is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 125 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.36 |
| HSL | 64.74º | 0.17% | 0.56% | - |
| HSV(B) | 64.74º | 0.23% | 0.64% | - |
| XYZ | 31.3 | 35.15 | 24.54 | - |
| YUV | 157.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 125 | 0.02 | 0 | 0.23 | 0.36 | 64.74 | 0.17 | 0.56 |
| Hex | A0 | A3 | 7D | 2 | 0 | 17 | 24 | 41 | 11 | 38 |
| Octal | 240 | 243 | 175 | 2 | 0 | 27 | 44 | 101 | 21 | 70 |
| Binary | 10100000 | 10100011 | 1111101 | 10 | 0 | 10111 | 100100 | 1000001 | 10001 | 111000 |
Color Harmonies of #A0A37D
Complementary color
Monochromatic Colors of #A0A37D
Black with #A0A37D
Text Example
Text Example
White with #A0A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A37D; }
p { color: rgb(160,163,125); }
H1.HeaderClassName
{
color: #A0A37D;
}
.AnyTagClassName
{
color: #A0A37D;
}
</style>
background-color css
<style>
a { background-color: #A0A37D; }
a { background-color: rgb(160,163,125); }
div.DivClassName
{
background-color: #A0A37D;
}
.BgClassName
{
background-color: #A0A37D;
}
</style>
border-color css
<style>
span { border-color: #A0A37D; }
span { border-color: rgb(160,163,125); }
td.TdClassName
{
border-color: #A0A37D;
}
.TagClassName
{
border-color: #A0A37D;
}
</style>