Shades of Locust #A4AF7C
Tints of Locust #A4AF7C
RGB
CMYK
RGB Variations
Color information
#A4AF7C (or 0xA4AF7C) is known color: Locust. HEX triplet: A4, AF and 7C. RGB value is (164,175,124). Sum of RGB (Red+Green+Blue) = 164+175+124=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF7C is #5B5083. Grayscale: #A6A6A6. Windows color (decimal): -5984388 or 8171428. OLE color: 8171428.
HSL color Cylindrical-coordinate representation of color #A4AF7C: hue angle of 72.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4AF7C is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 124 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.31 |
| HSL | 72.94º | 0.24% | 0.59% | - |
| HSV(B) | 72.94º | 0.29% | 0.69% | - |
| XYZ | 34.28 | 40.01 | 24.98 | - |
| YUV | 165.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 124 | 0.06 | 0 | 0.29 | 0.31 | 72.94 | 0.24 | 0.59 |
| Hex | A4 | AF | 7C | 6 | 0 | 1D | 1F | 49 | 18 | 3B |
| Octal | 244 | 257 | 174 | 6 | 0 | 35 | 37 | 111 | 30 | 73 |
| Binary | 10100100 | 10101111 | 1111100 | 110 | 0 | 11101 | 11111 | 1001001 | 11000 | 111011 |
Color Harmonies of #A4AF7C
Complementary color
Monochromatic Colors of #A4AF7C
Black with #A4AF7C
Text Example
Text Example
White with #A4AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF7C; }
p { color: rgb(164,175,124); }
H1.HeaderClassName
{
color: #A4AF7C;
}
.AnyTagClassName
{
color: #A4AF7C;
}
</style>
background-color css
<style>
a { background-color: #A4AF7C; }
a { background-color: rgb(164,175,124); }
div.DivClassName
{
background-color: #A4AF7C;
}
.BgClassName
{
background-color: #A4AF7C;
}
</style>
border-color css
<style>
span { border-color: #A4AF7C; }
span { border-color: rgb(164,175,124); }
td.TdClassName
{
border-color: #A4AF7C;
}
.TagClassName
{
border-color: #A4AF7C;
}
</style>