Shades of Acapulco #85A294
Tints of Acapulco #85A294
RGB
CMYK
RGB Variations
Color information
#85A294 (or 0x85A294) is known color: Acapulco. HEX triplet: 85, A2 and 94. RGB value is (133,162,148). Sum of RGB (Red+Green+Blue) = 133+162+148=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #85A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A294 is #7A5D6B. Grayscale: #979797. Windows color (decimal): -8019308 or 9740933. OLE color: 9740933.
HSL color Cylindrical-coordinate representation of color #85A294: hue angle of 151.03º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A294 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 148 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.36 |
| HSL | 151.03º | 0.13% | 0.58% | - |
| HSV(B) | 151.03º | 0.18% | 0.64% | - |
| XYZ | 27.94 | 32.97 | 32.91 | - |
| YUV | 151.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 148 | 0.18 | 0 | 0.09 | 0.36 | 151.03 | 0.13 | 0.58 |
| Hex | 85 | A2 | 94 | 12 | 0 | 9 | 24 | 97 | D | 3A |
| Octal | 205 | 242 | 224 | 22 | 0 | 11 | 44 | 227 | 15 | 72 |
| Binary | 10000101 | 10100010 | 10010100 | 10010 | 0 | 1001 | 100100 | 10010111 | 1101 | 111010 |
Color Harmonies of #85A294
Complementary color
Monochromatic Colors of #85A294
Black with #85A294
Text Example
Text Example
White with #85A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A294; }
p { color: rgb(133,162,148); }
H1.HeaderClassName
{
color: #85A294;
}
.AnyTagClassName
{
color: #85A294;
}
</style>
background-color css
<style>
a { background-color: #85A294; }
a { background-color: rgb(133,162,148); }
div.DivClassName
{
background-color: #85A294;
}
.BgClassName
{
background-color: #85A294;
}
</style>
border-color css
<style>
span { border-color: #85A294; }
span { border-color: rgb(133,162,148); }
td.TdClassName
{
border-color: #85A294;
}
.TagClassName
{
border-color: #85A294;
}
</style>