Shades of Acapulco #81A497
Tints of Acapulco #81A497
RGB
CMYK
RGB Variations
Color information
#81A497 (or 0x81A497) is known color: Acapulco. HEX triplet: 81, A4 and 97. RGB value is (129,164,151). Sum of RGB (Red+Green+Blue) = 129+164+151=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #81A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A497 is #7E5B68. Grayscale: #989898. Windows color (decimal): -8280937 or 9938049. OLE color: 9938049.
HSL color Cylindrical-coordinate representation of color #81A497: hue angle of 157.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A497 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 151 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.36 |
| HSL | 157.71º | 0.16% | 0.57% | - |
| HSV(B) | 157.71º | 0.21% | 0.64% | - |
| XYZ | 27.91 | 33.45 | 34.26 | - |
| YUV | 152.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 151 | 0.21 | 0 | 0.08 | 0.36 | 157.71 | 0.16 | 0.57 |
| Hex | 81 | A4 | 97 | 15 | 0 | 8 | 24 | 9E | 10 | 39 |
| Octal | 201 | 244 | 227 | 25 | 0 | 10 | 44 | 236 | 20 | 71 |
| Binary | 10000001 | 10100100 | 10010111 | 10101 | 0 | 1000 | 100100 | 10011110 | 10000 | 111001 |
Color Harmonies of #81A497
Complementary color
Monochromatic Colors of #81A497
Black with #81A497
Text Example
Text Example
White with #81A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A497; }
p { color: rgb(129,164,151); }
H1.HeaderClassName
{
color: #81A497;
}
.AnyTagClassName
{
color: #81A497;
}
</style>
background-color css
<style>
a { background-color: #81A497; }
a { background-color: rgb(129,164,151); }
div.DivClassName
{
background-color: #81A497;
}
.BgClassName
{
background-color: #81A497;
}
</style>
border-color css
<style>
span { border-color: #81A497; }
span { border-color: rgb(129,164,151); }
td.TdClassName
{
border-color: #81A497;
}
.TagClassName
{
border-color: #81A497;
}
</style>