Shades of Caper #AEBA7E
Tints of Caper #AEBA7E
RGB
CMYK
RGB Variations
Color information
#AEBA7E (or 0xAEBA7E) is known color: Caper. HEX triplet: AE, BA and 7E. RGB value is (174,186,126). Sum of RGB (Red+Green+Blue) = 174+186+126=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA7E is #514581. Grayscale: #AFAFAF. Windows color (decimal): -5326210 or 8305326. OLE color: 8305326.
HSL color Cylindrical-coordinate representation of color #AEBA7E: hue angle of 72º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBA7E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 126 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.27 |
| HSL | 72º | 0.3% | 0.61% | - |
| HSV(B) | 72º | 0.32% | 0.73% | - |
| XYZ | 38.78 | 45.62 | 26.5 | - |
| YUV | 175.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 126 | 0.06 | 0 | 0.32 | 0.27 | 72 | 0.3 | 0.61 |
| Hex | AE | BA | 7E | 6 | 0 | 20 | 1B | 48 | 1E | 3D |
| Octal | 256 | 272 | 176 | 6 | 0 | 40 | 33 | 110 | 36 | 75 |
| Binary | 10101110 | 10111010 | 1111110 | 110 | 0 | 100000 | 11011 | 1001000 | 11110 | 111101 |
Color Harmonies of #AEBA7E
Complementary color
Monochromatic Colors of #AEBA7E
Black with #AEBA7E
Text Example
Text Example
White with #AEBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA7E; }
p { color: rgb(174,186,126); }
H1.HeaderClassName
{
color: #AEBA7E;
}
.AnyTagClassName
{
color: #AEBA7E;
}
</style>
background-color css
<style>
a { background-color: #AEBA7E; }
a { background-color: rgb(174,186,126); }
div.DivClassName
{
background-color: #AEBA7E;
}
.BgClassName
{
background-color: #AEBA7E;
}
</style>
border-color css
<style>
span { border-color: #AEBA7E; }
span { border-color: rgb(174,186,126); }
td.TdClassName
{
border-color: #AEBA7E;
}
.TagClassName
{
border-color: #AEBA7E;
}
</style>