Shades of Acapulco #81A392
Tints of Acapulco #81A392
RGB
CMYK
RGB Variations
Color information
#81A392 (or 0x81A392) is known color: Acapulco. HEX triplet: 81, A3 and 92. RGB value is (129,163,146). Sum of RGB (Red+Green+Blue) = 129+163+146=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #81A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A392 is #7E5C6D. Grayscale: #969696. Windows color (decimal): -8281198 or 9610113. OLE color: 9610113.
HSL color Cylindrical-coordinate representation of color #81A392: hue angle of 150º 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 #81A392 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 146 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.36 |
| HSL | 150º | 0.16% | 0.57% | - |
| HSV(B) | 150º | 0.21% | 0.64% | - |
| XYZ | 27.34 | 32.94 | 32.11 | - |
| YUV | 150.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 146 | 0.21 | 0 | 0.10 | 0.36 | 150 | 0.16 | 0.57 |
| Hex | 81 | A3 | 92 | 15 | 0 | A | 24 | 96 | 10 | 39 |
| Octal | 201 | 243 | 222 | 25 | 0 | 12 | 44 | 226 | 20 | 71 |
| Binary | 10000001 | 10100011 | 10010010 | 10101 | 0 | 1010 | 100100 | 10010110 | 10000 | 111001 |
Color Harmonies of #81A392
Complementary color
Monochromatic Colors of #81A392
Black with #81A392
Text Example
Text Example
White with #81A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A392; }
p { color: rgb(129,163,146); }
H1.HeaderClassName
{
color: #81A392;
}
.AnyTagClassName
{
color: #81A392;
}
</style>
background-color css
<style>
a { background-color: #81A392; }
a { background-color: rgb(129,163,146); }
div.DivClassName
{
background-color: #81A392;
}
.BgClassName
{
background-color: #81A392;
}
</style>
border-color css
<style>
span { border-color: #81A392; }
span { border-color: rgb(129,163,146); }
td.TdClassName
{
border-color: #81A392;
}
.TagClassName
{
border-color: #81A392;
}
</style>