Shades of Acapulco #84A597
Tints of Acapulco #84A597
RGB
CMYK
RGB Variations
Color information
#84A597 (or 0x84A597) is known color: Acapulco. HEX triplet: 84, A5 and 97. RGB value is (132,165,151). Sum of RGB (Red+Green+Blue) = 132+165+151=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #84A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A597 is #7B5A68. Grayscale: #999999. Windows color (decimal): -8084073 or 9938308. OLE color: 9938308.
HSL color Cylindrical-coordinate representation of color #84A597: hue angle of 154.55º degrees, saturation: 0.15, 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 #84A597 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 151 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.35 |
| HSL | 154.55º | 0.15% | 0.58% | - |
| HSV(B) | 154.55º | 0.2% | 0.65% | - |
| XYZ | 28.56 | 34.05 | 34.35 | - |
| YUV | 153.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 151 | 0.20 | 0 | 0.08 | 0.35 | 154.55 | 0.15 | 0.58 |
| Hex | 84 | A5 | 97 | 14 | 0 | 8 | 23 | 9B | F | 3A |
| Octal | 204 | 245 | 227 | 24 | 0 | 10 | 43 | 233 | 17 | 72 |
| Binary | 10000100 | 10100101 | 10010111 | 10100 | 0 | 1000 | 100011 | 10011011 | 1111 | 111010 |
Color Harmonies of #84A597
Complementary color
Monochromatic Colors of #84A597
Black with #84A597
Text Example
Text Example
White with #84A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A597; }
p { color: rgb(132,165,151); }
H1.HeaderClassName
{
color: #84A597;
}
.AnyTagClassName
{
color: #84A597;
}
</style>
background-color css
<style>
a { background-color: #84A597; }
a { background-color: rgb(132,165,151); }
div.DivClassName
{
background-color: #84A597;
}
.BgClassName
{
background-color: #84A597;
}
</style>
border-color css
<style>
span { border-color: #84A597; }
span { border-color: rgb(132,165,151); }
td.TdClassName
{
border-color: #84A597;
}
.TagClassName
{
border-color: #84A597;
}
</style>