Shades of Caper #AEB98B
Tints of Caper #AEB98B
RGB
CMYK
RGB Variations
Color information
#AEB98B (or 0xAEB98B) is known color: Caper. HEX triplet: AE, B9 and 8B. RGB value is (174,185,139). Sum of RGB (Red+Green+Blue) = 174+185+139=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB98B is #514674. Grayscale: #B0B0B0. Windows color (decimal): -5326453 or 9157038. OLE color: 9157038.
HSL color Cylindrical-coordinate representation of color #AEB98B: hue angle of 74.35º 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 #AEB98B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 185 | 139 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.27 |
| HSL | 74.35º | 0.25% | 0.64% | - |
| HSV(B) | 74.35º | 0.25% | 0.73% | - |
| XYZ | 39.46 | 45.56 | 31.14 | - |
| YUV | 176.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 139 | 0.06 | 0 | 0.25 | 0.27 | 74.35 | 0.25 | 0.64 |
| Hex | AE | B9 | 8B | 6 | 0 | 19 | 1B | 4A | 19 | 40 |
| Octal | 256 | 271 | 213 | 6 | 0 | 31 | 33 | 112 | 31 | 100 |
| Binary | 10101110 | 10111001 | 10001011 | 110 | 0 | 11001 | 11011 | 1001010 | 11001 | 1000000 |
Color Harmonies of #AEB98B
Complementary color
Monochromatic Colors of #AEB98B
Black with #AEB98B
Text Example
Text Example
White with #AEB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB98B; }
p { color: rgb(174,185,139); }
H1.HeaderClassName
{
color: #AEB98B;
}
.AnyTagClassName
{
color: #AEB98B;
}
</style>
background-color css
<style>
a { background-color: #AEB98B; }
a { background-color: rgb(174,185,139); }
div.DivClassName
{
background-color: #AEB98B;
}
.BgClassName
{
background-color: #AEB98B;
}
</style>
border-color css
<style>
span { border-color: #AEB98B; }
span { border-color: rgb(174,185,139); }
td.TdClassName
{
border-color: #AEB98B;
}
.TagClassName
{
border-color: #AEB98B;
}
</style>