Shades of Caper #AEBD88
Tints of Caper #AEBD88
RGB
CMYK
RGB Variations
Color information
#AEBD88 (or 0xAEBD88) is known color: Caper. HEX triplet: AE, BD and 88. RGB value is (174,189,136). Sum of RGB (Red+Green+Blue) = 174+189+136=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD88 is #514277. Grayscale: #B2B2B2. Windows color (decimal): -5325432 or 8961454. OLE color: 8961454.
HSL color Cylindrical-coordinate representation of color #AEBD88: hue angle of 76.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBD88 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 136 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.26 |
| HSL | 76.98º | 0.29% | 0.64% | - |
| HSV(B) | 76.98º | 0.28% | 0.74% | - |
| XYZ | 40.1 | 47.17 | 30.28 | - |
| YUV | 178.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 136 | 0.08 | 0 | 0.28 | 0.26 | 76.98 | 0.29 | 0.64 |
| Hex | AE | BD | 88 | 8 | 0 | 1C | 1A | 4D | 1D | 40 |
| Octal | 256 | 275 | 210 | 10 | 0 | 34 | 32 | 115 | 35 | 100 |
| Binary | 10101110 | 10111101 | 10001000 | 1000 | 0 | 11100 | 11010 | 1001101 | 11101 | 1000000 |
Color Harmonies of #AEBD88
Complementary color
Monochromatic Colors of #AEBD88
Black with #AEBD88
Text Example
Text Example
White with #AEBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD88; }
p { color: rgb(174,189,136); }
H1.HeaderClassName
{
color: #AEBD88;
}
.AnyTagClassName
{
color: #AEBD88;
}
</style>
background-color css
<style>
a { background-color: #AEBD88; }
a { background-color: rgb(174,189,136); }
div.DivClassName
{
background-color: #AEBD88;
}
.BgClassName
{
background-color: #AEBD88;
}
</style>
border-color css
<style>
span { border-color: #AEBD88; }
span { border-color: rgb(174,189,136); }
td.TdClassName
{
border-color: #AEBD88;
}
.TagClassName
{
border-color: #AEBD88;
}
</style>