Shades of Acapulco #85A496
Tints of Acapulco #85A496
RGB
CMYK
RGB Variations
Color information
#85A496 (or 0x85A496) is known color: Acapulco. HEX triplet: 85, A4 and 96. RGB value is (133,164,150). Sum of RGB (Red+Green+Blue) = 133+164+150=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #85A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A496 is #7A5B69. Grayscale: #999999. Windows color (decimal): -8018794 or 9872517. OLE color: 9872517.
HSL color Cylindrical-coordinate representation of color #85A496: hue angle of 152.9º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A496 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 150 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.36 |
| HSL | 152.9º | 0.15% | 0.58% | - |
| HSV(B) | 152.9º | 0.19% | 0.64% | - |
| XYZ | 28.45 | 33.74 | 33.87 | - |
| YUV | 153.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 150 | 0.19 | 0 | 0.09 | 0.36 | 152.9 | 0.15 | 0.58 |
| Hex | 85 | A4 | 96 | 13 | 0 | 9 | 24 | 99 | F | 3A |
| Octal | 205 | 244 | 226 | 23 | 0 | 11 | 44 | 231 | 17 | 72 |
| Binary | 10000101 | 10100100 | 10010110 | 10011 | 0 | 1001 | 100100 | 10011001 | 1111 | 111010 |
Color Harmonies of #85A496
Complementary color
Monochromatic Colors of #85A496
Black with #85A496
Text Example
Text Example
White with #85A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A496; }
p { color: rgb(133,164,150); }
H1.HeaderClassName
{
color: #85A496;
}
.AnyTagClassName
{
color: #85A496;
}
</style>
background-color css
<style>
a { background-color: #85A496; }
a { background-color: rgb(133,164,150); }
div.DivClassName
{
background-color: #85A496;
}
.BgClassName
{
background-color: #85A496;
}
</style>
border-color css
<style>
span { border-color: #85A496; }
span { border-color: rgb(133,164,150); }
td.TdClassName
{
border-color: #85A496;
}
.TagClassName
{
border-color: #85A496;
}
</style>