Shades of Caper #AEB98E
Tints of Caper #AEB98E
RGB
CMYK
RGB Variations
Color information
#AEB98E (or 0xAEB98E) is known color: Caper. HEX triplet: AE, B9 and 8E. RGB value is (174,185,142). Sum of RGB (Red+Green+Blue) = 174+185+142=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB98E is #514671. Grayscale: #B0B0B0. Windows color (decimal): -5326450 or 9353646. OLE color: 9353646.
HSL color Cylindrical-coordinate representation of color #AEB98E: hue angle of 75.35º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEB98E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 185 | 142 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.27 |
| HSL | 75.35º | 0.23% | 0.64% | - |
| HSV(B) | 75.35º | 0.23% | 0.73% | - |
| XYZ | 39.69 | 45.65 | 32.31 | - |
| YUV | 176.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 142 | 0.06 | 0 | 0.23 | 0.27 | 75.35 | 0.23 | 0.64 |
| Hex | AE | B9 | 8E | 6 | 0 | 17 | 1B | 4B | 17 | 40 |
| Octal | 256 | 271 | 216 | 6 | 0 | 27 | 33 | 113 | 27 | 100 |
| Binary | 10101110 | 10111001 | 10001110 | 110 | 0 | 10111 | 11011 | 1001011 | 10111 | 1000000 |
Color Harmonies of #AEB98E
Complementary color
Monochromatic Colors of #AEB98E
Black with #AEB98E
Text Example
Text Example
White with #AEB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB98E; }
p { color: rgb(174,185,142); }
H1.HeaderClassName
{
color: #AEB98E;
}
.AnyTagClassName
{
color: #AEB98E;
}
</style>
background-color css
<style>
a { background-color: #AEB98E; }
a { background-color: rgb(174,185,142); }
div.DivClassName
{
background-color: #AEB98E;
}
.BgClassName
{
background-color: #AEB98E;
}
</style>
border-color css
<style>
span { border-color: #AEB98E; }
span { border-color: rgb(174,185,142); }
td.TdClassName
{
border-color: #AEB98E;
}
.TagClassName
{
border-color: #AEB98E;
}
</style>