Shades of Acapulco #81A795
Tints of Acapulco #81A795
RGB
CMYK
RGB Variations
Color information
#81A795 (or 0x81A795) is known color: Acapulco. HEX triplet: 81, A7 and 95. RGB value is (129,167,149). Sum of RGB (Red+Green+Blue) = 129+167+149=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #81A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A795 is #7E586A. Grayscale: #999999. Windows color (decimal): -8280171 or 9807745. OLE color: 9807745.
HSL color Cylindrical-coordinate representation of color #81A795: hue angle of 151.58º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A795 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 149 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.35 |
| HSL | 151.58º | 0.18% | 0.58% | - |
| HSV(B) | 151.58º | 0.23% | 0.65% | - |
| XYZ | 28.3 | 34.47 | 33.6 | - |
| YUV | 153.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 149 | 0.23 | 0 | 0.11 | 0.35 | 151.58 | 0.18 | 0.58 |
| Hex | 81 | A7 | 95 | 17 | 0 | B | 23 | 98 | 12 | 3A |
| Octal | 201 | 247 | 225 | 27 | 0 | 13 | 43 | 230 | 22 | 72 |
| Binary | 10000001 | 10100111 | 10010101 | 10111 | 0 | 1011 | 100011 | 10011000 | 10010 | 111010 |
Color Harmonies of #81A795
Complementary color
Monochromatic Colors of #81A795
Black with #81A795
Text Example
Text Example
White with #81A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A795; }
p { color: rgb(129,167,149); }
H1.HeaderClassName
{
color: #81A795;
}
.AnyTagClassName
{
color: #81A795;
}
</style>
background-color css
<style>
a { background-color: #81A795; }
a { background-color: rgb(129,167,149); }
div.DivClassName
{
background-color: #81A795;
}
.BgClassName
{
background-color: #81A795;
}
</style>
border-color css
<style>
span { border-color: #81A795; }
span { border-color: rgb(129,167,149); }
td.TdClassName
{
border-color: #81A795;
}
.TagClassName
{
border-color: #81A795;
}
</style>