Shades of Caper #AEBA8B
Tints of Caper #AEBA8B
RGB
CMYK
RGB Variations
Color information
#AEBA8B (or 0xAEBA8B) is known color: Caper. HEX triplet: AE, BA and 8B. RGB value is (174,186,139). Sum of RGB (Red+Green+Blue) = 174+186+139=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA8B is #514574. Grayscale: #B1B1B1. Windows color (decimal): -5326197 or 9157294. OLE color: 9157294.
HSL color Cylindrical-coordinate representation of color #AEBA8B: hue angle of 75.32º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEBA8B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 139 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.27 |
| HSL | 75.32º | 0.25% | 0.64% | - |
| HSV(B) | 75.32º | 0.25% | 0.73% | - |
| XYZ | 39.67 | 45.98 | 31.21 | - |
| YUV | 177.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 139 | 0.06 | 0 | 0.25 | 0.27 | 75.32 | 0.25 | 0.64 |
| Hex | AE | BA | 8B | 6 | 0 | 19 | 1B | 4B | 19 | 40 |
| Octal | 256 | 272 | 213 | 6 | 0 | 31 | 33 | 113 | 31 | 100 |
| Binary | 10101110 | 10111010 | 10001011 | 110 | 0 | 11001 | 11011 | 1001011 | 11001 | 1000000 |
Color Harmonies of #AEBA8B
Complementary color
Monochromatic Colors of #AEBA8B
Black with #AEBA8B
Text Example
Text Example
White with #AEBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA8B; }
p { color: rgb(174,186,139); }
H1.HeaderClassName
{
color: #AEBA8B;
}
.AnyTagClassName
{
color: #AEBA8B;
}
</style>
background-color css
<style>
a { background-color: #AEBA8B; }
a { background-color: rgb(174,186,139); }
div.DivClassName
{
background-color: #AEBA8B;
}
.BgClassName
{
background-color: #AEBA8B;
}
</style>
border-color css
<style>
span { border-color: #AEBA8B; }
span { border-color: rgb(174,186,139); }
td.TdClassName
{
border-color: #AEBA8B;
}
.TagClassName
{
border-color: #AEBA8B;
}
</style>