Shades of Caper #AEBC8A
Tints of Caper #AEBC8A
RGB
CMYK
RGB Variations
Color information
#AEBC8A (or 0xAEBC8A) is known color: Caper. HEX triplet: AE, BC and 8A. RGB value is (174,188,138). Sum of RGB (Red+Green+Blue) = 174+188+138=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC8A is #514375. Grayscale: #B2B2B2. Windows color (decimal): -5325686 or 9092270. OLE color: 9092270.
HSL color Cylindrical-coordinate representation of color #AEBC8A: hue angle of 76.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBC8A is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 138 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.26 |
| HSL | 76.8º | 0.27% | 0.64% | - |
| HSV(B) | 76.8º | 0.27% | 0.74% | - |
| XYZ | 40.03 | 46.8 | 30.97 | - |
| YUV | 178.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 138 | 0.07 | 0 | 0.27 | 0.26 | 76.8 | 0.27 | 0.64 |
| Hex | AE | BC | 8A | 7 | 0 | 1B | 1A | 4D | 1B | 40 |
| Octal | 256 | 274 | 212 | 7 | 0 | 33 | 32 | 115 | 33 | 100 |
| Binary | 10101110 | 10111100 | 10001010 | 111 | 0 | 11011 | 11010 | 1001101 | 11011 | 1000000 |
Color Harmonies of #AEBC8A
Complementary color
Monochromatic Colors of #AEBC8A
Black with #AEBC8A
Text Example
Text Example
White with #AEBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC8A; }
p { color: rgb(174,188,138); }
H1.HeaderClassName
{
color: #AEBC8A;
}
.AnyTagClassName
{
color: #AEBC8A;
}
</style>
background-color css
<style>
a { background-color: #AEBC8A; }
a { background-color: rgb(174,188,138); }
div.DivClassName
{
background-color: #AEBC8A;
}
.BgClassName
{
background-color: #AEBC8A;
}
</style>
border-color css
<style>
span { border-color: #AEBC8A; }
span { border-color: rgb(174,188,138); }
td.TdClassName
{
border-color: #AEBC8A;
}
.TagClassName
{
border-color: #AEBC8A;
}
</style>