Shades of Acapulco #83A195
Tints of Acapulco #83A195
RGB
CMYK
RGB Variations
Color information
#83A195 (or 0x83A195) is known color: Acapulco. HEX triplet: 83, A1 and 95. RGB value is (131,161,149). Sum of RGB (Red+Green+Blue) = 131+161+149=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #83A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A195 is #7C5E6A. Grayscale: #969696. Windows color (decimal): -8150635 or 9806211. OLE color: 9806211.
HSL color Cylindrical-coordinate representation of color #83A195: hue angle of 156º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83A195 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 149 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.37 |
| HSL | 156º | 0.14% | 0.57% | - |
| HSV(B) | 156º | 0.19% | 0.63% | - |
| XYZ | 27.53 | 32.48 | 33.25 | - |
| YUV | 150.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 149 | 0.19 | 0 | 0.07 | 0.37 | 156 | 0.14 | 0.57 |
| Hex | 83 | A1 | 95 | 13 | 0 | 7 | 25 | 9C | E | 39 |
| Octal | 203 | 241 | 225 | 23 | 0 | 7 | 45 | 234 | 16 | 71 |
| Binary | 10000011 | 10100001 | 10010101 | 10011 | 0 | 111 | 100101 | 10011100 | 1110 | 111001 |
Color Harmonies of #83A195
Complementary color
Monochromatic Colors of #83A195
Black with #83A195
Text Example
Text Example
White with #83A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A195; }
p { color: rgb(131,161,149); }
H1.HeaderClassName
{
color: #83A195;
}
.AnyTagClassName
{
color: #83A195;
}
</style>
background-color css
<style>
a { background-color: #83A195; }
a { background-color: rgb(131,161,149); }
div.DivClassName
{
background-color: #83A195;
}
.BgClassName
{
background-color: #83A195;
}
</style>
border-color css
<style>
span { border-color: #83A195; }
span { border-color: rgb(131,161,149); }
td.TdClassName
{
border-color: #83A195;
}
.TagClassName
{
border-color: #83A195;
}
</style>