Shades of Mantle #8AA585
Tints of Mantle #8AA585
RGB
CMYK
RGB Variations
Color information
#8AA585 (or 0x8AA585) is known color: Mantle. HEX triplet: 8A, A5 and 85. RGB value is (138,165,133). Sum of RGB (Red+Green+Blue) = 138+165+133=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA585 is #755A7A. Grayscale: #999999. Windows color (decimal): -7690875 or 8758666. OLE color: 8758666.
HSL color Cylindrical-coordinate representation of color #8AA585: hue angle of 110.62º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA585 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 133 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.35 |
| HSL | 110.63º | 0.15% | 0.58% | - |
| HSV(B) | 110.63º | 0.19% | 0.65% | - |
| XYZ | 28.17 | 34.01 | 27.27 | - |
| YUV | 153.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 133 | 0.16 | 0 | 0.19 | 0.35 | 110.63 | 0.15 | 0.58 |
| Hex | 8A | A5 | 85 | 10 | 0 | 13 | 23 | 6F | F | 3A |
| Octal | 212 | 245 | 205 | 20 | 0 | 23 | 43 | 157 | 17 | 72 |
| Binary | 10001010 | 10100101 | 10000101 | 10000 | 0 | 10011 | 100011 | 1101111 | 1111 | 111010 |
Color Harmonies of #8AA585
Complementary color
Monochromatic Colors of #8AA585
Black with #8AA585
Text Example
Text Example
White with #8AA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA585; }
p { color: rgb(138,165,133); }
H1.HeaderClassName
{
color: #8AA585;
}
.AnyTagClassName
{
color: #8AA585;
}
</style>
background-color css
<style>
a { background-color: #8AA585; }
a { background-color: rgb(138,165,133); }
div.DivClassName
{
background-color: #8AA585;
}
.BgClassName
{
background-color: #8AA585;
}
</style>
border-color css
<style>
span { border-color: #8AA585; }
span { border-color: rgb(138,165,133); }
td.TdClassName
{
border-color: #8AA585;
}
.TagClassName
{
border-color: #8AA585;
}
</style>