Shades of Acapulco #85A194
Tints of Acapulco #85A194
RGB
CMYK
RGB Variations
Color information
#85A194 (or 0x85A194) is known color: Acapulco. HEX triplet: 85, A1 and 94. RGB value is (133,161,148). Sum of RGB (Red+Green+Blue) = 133+161+148=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 161 - color contains mainly: green. Hex color #85A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A194 is #7A5E6B. Grayscale: #979797. Windows color (decimal): -8019564 or 9740677. OLE color: 9740677.
HSL color Cylindrical-coordinate representation of color #85A194: hue angle of 152.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85A194 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 148 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.37 |
| HSL | 152.14º | 0.13% | 0.58% | - |
| HSV(B) | 152.14º | 0.17% | 0.63% | - |
| XYZ | 27.76 | 32.61 | 32.85 | - |
| YUV | 151.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 148 | 0.17 | 0 | 0.08 | 0.37 | 152.14 | 0.13 | 0.58 |
| Hex | 85 | A1 | 94 | 11 | 0 | 8 | 25 | 98 | D | 3A |
| Octal | 205 | 241 | 224 | 21 | 0 | 10 | 45 | 230 | 15 | 72 |
| Binary | 10000101 | 10100001 | 10010100 | 10001 | 0 | 1000 | 100101 | 10011000 | 1101 | 111010 |
Color Harmonies of #85A194
Complementary color
Monochromatic Colors of #85A194
Black with #85A194
Text Example
Text Example
White with #85A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A194; }
p { color: rgb(133,161,148); }
H1.HeaderClassName
{
color: #85A194;
}
.AnyTagClassName
{
color: #85A194;
}
</style>
background-color css
<style>
a { background-color: #85A194; }
a { background-color: rgb(133,161,148); }
div.DivClassName
{
background-color: #85A194;
}
.BgClassName
{
background-color: #85A194;
}
</style>
border-color css
<style>
span { border-color: #85A194; }
span { border-color: rgb(133,161,148); }
td.TdClassName
{
border-color: #85A194;
}
.TagClassName
{
border-color: #85A194;
}
</style>