Shades of Locust #ACAE7E
Tints of Locust #ACAE7E
RGB
CMYK
RGB Variations
Color information
#ACAE7E (or 0xACAE7E) is known color: Locust. HEX triplet: AC, AE and 7E. RGB value is (172,174,126). Sum of RGB (Red+Green+Blue) = 172+174+126=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE7E is #535181. Grayscale: #A8A8A8. Windows color (decimal): -5460354 or 8302252. OLE color: 8302252.
HSL color Cylindrical-coordinate representation of color #ACAE7E: hue angle of 62.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACAE7E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 174 | 126 | - |
CMYK | 0.01 | 0 | 0.28 | 0.32 |
HSL | 62.5º | 0.23% | 0.59% | - |
HSV(B) | 62.5º | 0.28% | 0.68% | - |
XYZ | 35.92 | 40.55 | 25.67 | - |
YUV | 167.93 | 104.34 | 130.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 174 | 126 | 0.01 | 0 | 0.28 | 0.32 | 62.5 | 0.23 | 0.59 |
Hex | AC | AE | 7E | 1 | 0 | 1C | 20 | 3F | 17 | 3B |
Octal | 254 | 256 | 176 | 1 | 0 | 34 | 40 | 77 | 27 | 73 |
Binary | 10101100 | 10101110 | 1111110 | 1 | 0 | 11100 | 100000 | 111111 | 10111 | 111011 |
Color Harmonies of #ACAE7E
Complementary color
Monochromatic Colors of #ACAE7E
Black with #ACAE7E
Text Example
Text Example
White with #ACAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAE7E; }
p { color: rgb(172,174,126); }
H1.HeaderClassName
{
color: #ACAE7E;
}
.AnyTagClassName
{
color: #ACAE7E;
}
</style>
background-color css
<style>
a { background-color: #ACAE7E; }
a { background-color: rgb(172,174,126); }
div.DivClassName
{
background-color: #ACAE7E;
}
.BgClassName
{
background-color: #ACAE7E;
}
</style>
border-color css
<style>
span { border-color: #ACAE7E; }
span { border-color: rgb(172,174,126); }
td.TdClassName
{
border-color: #ACAE7E;
}
.TagClassName
{
border-color: #ACAE7E;
}
</style>