Shades of Acapulco #84A696
Tints of Acapulco #84A696
RGB
CMYK
RGB Variations
Color information
#84A696 (or 0x84A696) is known color: Acapulco. HEX triplet: 84, A6 and 96. RGB value is (132,166,150). Sum of RGB (Red+Green+Blue) = 132+166+150=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #84A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A696 is #7B5969. Grayscale: #9A9A9A. Windows color (decimal): -8083818 or 9873028. OLE color: 9873028.
HSL color Cylindrical-coordinate representation of color #84A696: hue angle of 151.76º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A696 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 150 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.35 |
| HSL | 151.76º | 0.16% | 0.58% | - |
| HSV(B) | 151.76º | 0.2% | 0.65% | - |
| XYZ | 28.66 | 34.38 | 33.98 | - |
| YUV | 154.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 150 | 0.20 | 0 | 0.10 | 0.35 | 151.76 | 0.16 | 0.58 |
| Hex | 84 | A6 | 96 | 14 | 0 | A | 23 | 98 | 10 | 3A |
| Octal | 204 | 246 | 226 | 24 | 0 | 12 | 43 | 230 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10010110 | 10100 | 0 | 1010 | 100011 | 10011000 | 10000 | 111010 |
Color Harmonies of #84A696
Complementary color
Monochromatic Colors of #84A696
Black with #84A696
Text Example
Text Example
White with #84A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A696; }
p { color: rgb(132,166,150); }
H1.HeaderClassName
{
color: #84A696;
}
.AnyTagClassName
{
color: #84A696;
}
</style>
background-color css
<style>
a { background-color: #84A696; }
a { background-color: rgb(132,166,150); }
div.DivClassName
{
background-color: #84A696;
}
.BgClassName
{
background-color: #84A696;
}
</style>
border-color css
<style>
span { border-color: #84A696; }
span { border-color: rgb(132,166,150); }
td.TdClassName
{
border-color: #84A696;
}
.TagClassName
{
border-color: #84A696;
}
</style>