Shades of Caper #AEBB8B
Tints of Caper #AEBB8B
RGB
CMYK
RGB Variations
Color information
#AEBB8B (or 0xAEBB8B) is known color: Caper. HEX triplet: AE, BB and 8B. RGB value is (174,187,139). Sum of RGB (Red+Green+Blue) = 174+187+139=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB8B is #514474. Grayscale: #B1B1B1. Windows color (decimal): -5325941 or 9157550. OLE color: 9157550.
HSL color Cylindrical-coordinate representation of color #AEBB8B: hue angle of 76.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBB8B is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 139 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.27 |
| HSL | 76.25º | 0.26% | 0.64% | - |
| HSV(B) | 76.25º | 0.26% | 0.73% | - |
| XYZ | 39.89 | 46.4 | 31.28 | - |
| YUV | 177.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 139 | 0.07 | 0 | 0.26 | 0.27 | 76.25 | 0.26 | 0.64 |
| Hex | AE | BB | 8B | 7 | 0 | 1A | 1B | 4C | 1A | 40 |
| Octal | 256 | 273 | 213 | 7 | 0 | 32 | 33 | 114 | 32 | 100 |
| Binary | 10101110 | 10111011 | 10001011 | 111 | 0 | 11010 | 11011 | 1001100 | 11010 | 1000000 |
Color Harmonies of #AEBB8B
Complementary color
Monochromatic Colors of #AEBB8B
Black with #AEBB8B
Text Example
Text Example
White with #AEBB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB8B; }
p { color: rgb(174,187,139); }
H1.HeaderClassName
{
color: #AEBB8B;
}
.AnyTagClassName
{
color: #AEBB8B;
}
</style>
background-color css
<style>
a { background-color: #AEBB8B; }
a { background-color: rgb(174,187,139); }
div.DivClassName
{
background-color: #AEBB8B;
}
.BgClassName
{
background-color: #AEBB8B;
}
</style>
border-color css
<style>
span { border-color: #AEBB8B; }
span { border-color: rgb(174,187,139); }
td.TdClassName
{
border-color: #AEBB8B;
}
.TagClassName
{
border-color: #AEBB8B;
}
</style>