Shades of Caper #AEB988
Tints of Caper #AEB988
RGB
CMYK
RGB Variations
Color information
#AEB988 (or 0xAEB988) is known color: Caper. HEX triplet: AE, B9 and 88. RGB value is (174,185,136). Sum of RGB (Red+Green+Blue) = 174+185+136=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB988 is #514677. Grayscale: #B0B0B0. Windows color (decimal): -5326456 or 8960430. OLE color: 8960430.
HSL color Cylindrical-coordinate representation of color #AEB988: hue angle of 73.47º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB988 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 185 | 136 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.27 |
| HSL | 73.47º | 0.26% | 0.63% | - |
| HSV(B) | 73.47º | 0.26% | 0.73% | - |
| XYZ | 39.25 | 45.47 | 30 | - |
| YUV | 176.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 136 | 0.06 | 0 | 0.26 | 0.27 | 73.47 | 0.26 | 0.63 |
| Hex | AE | B9 | 88 | 6 | 0 | 1A | 1B | 49 | 1A | 3F |
| Octal | 256 | 271 | 210 | 6 | 0 | 32 | 33 | 111 | 32 | 77 |
| Binary | 10101110 | 10111001 | 10001000 | 110 | 0 | 11010 | 11011 | 1001001 | 11010 | 111111 |
Color Harmonies of #AEB988
Complementary color
Monochromatic Colors of #AEB988
Black with #AEB988
Text Example
Text Example
White with #AEB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB988; }
p { color: rgb(174,185,136); }
H1.HeaderClassName
{
color: #AEB988;
}
.AnyTagClassName
{
color: #AEB988;
}
</style>
background-color css
<style>
a { background-color: #AEB988; }
a { background-color: rgb(174,185,136); }
div.DivClassName
{
background-color: #AEB988;
}
.BgClassName
{
background-color: #AEB988;
}
</style>
border-color css
<style>
span { border-color: #AEB988; }
span { border-color: rgb(174,185,136); }
td.TdClassName
{
border-color: #AEB988;
}
.TagClassName
{
border-color: #AEB988;
}
</style>