Shades of Mantle #A4ABA4
Tints of Mantle #A4ABA4
RGB
CMYK
RGB Variations
Color information
#A4ABA4 (or 0xA4ABA4) is known color: Mantle. HEX triplet: A4, AB and A4. RGB value is (164,171,164). Sum of RGB (Red+Green+Blue) = 164+171+164=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABA4 is #5B545B. Grayscale: #A8A8A8. Windows color (decimal): -5985372 or 10791844. OLE color: 10791844.
HSL color Cylindrical-coordinate representation of color #A4ABA4: hue angle of 120º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A4ABA4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 164 | 171 | 164 | - |
CMYK | 0.04 | 0 | 0.04 | 0.33 |
HSL | 120º | 0.04% | 0.66% | - |
HSV(B) | 120º | 0.04% | 0.67% | - |
XYZ | 36.57 | 39.7 | 40.86 | - |
YUV | 168.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 171 | 164 | 0.04 | 0 | 0.04 | 0.33 | 120 | 0.04 | 0.66 |
Hex | A4 | AB | A4 | 4 | 0 | 4 | 21 | 78 | 4 | 42 |
Octal | 244 | 253 | 244 | 4 | 0 | 4 | 41 | 170 | 4 | 102 |
Binary | 10100100 | 10101011 | 10100100 | 100 | 0 | 100 | 100001 | 1111000 | 100 | 1000010 |
Color Harmonies of #A4ABA4
Complementary color
Monochromatic Colors of #A4ABA4
Black with #A4ABA4
Text Example
Text Example
White with #A4ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ABA4; }
p { color: rgb(164,171,164); }
H1.HeaderClassName
{
color: #A4ABA4;
}
.AnyTagClassName
{
color: #A4ABA4;
}
</style>
background-color css
<style>
a { background-color: #A4ABA4; }
a { background-color: rgb(164,171,164); }
div.DivClassName
{
background-color: #A4ABA4;
}
.BgClassName
{
background-color: #A4ABA4;
}
</style>
border-color css
<style>
span { border-color: #A4ABA4; }
span { border-color: rgb(164,171,164); }
td.TdClassName
{
border-color: #A4ABA4;
}
.TagClassName
{
border-color: #A4ABA4;
}
</style>