Shades of Caper #AEBB81
Tints of Caper #AEBB81
RGB
CMYK
RGB Variations
Color information
#AEBB81 (or 0xAEBB81) is known color: Caper. HEX triplet: AE, BB and 81. RGB value is (174,187,129). Sum of RGB (Red+Green+Blue) = 174+187+129=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB81 is #51447E. Grayscale: #B0B0B0. Windows color (decimal): -5325951 or 8502190. OLE color: 8502190.
HSL color Cylindrical-coordinate representation of color #AEBB81: hue angle of 73.45º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBB81 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 129 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.27 |
| HSL | 73.45º | 0.3% | 0.62% | - |
| HSV(B) | 73.45º | 0.31% | 0.73% | - |
| XYZ | 39.19 | 46.12 | 27.61 | - |
| YUV | 176.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 129 | 0.07 | 0 | 0.31 | 0.27 | 73.45 | 0.3 | 0.62 |
| Hex | AE | BB | 81 | 7 | 0 | 1F | 1B | 49 | 1E | 3E |
| Octal | 256 | 273 | 201 | 7 | 0 | 37 | 33 | 111 | 36 | 76 |
| Binary | 10101110 | 10111011 | 10000001 | 111 | 0 | 11111 | 11011 | 1001001 | 11110 | 111110 |
Color Harmonies of #AEBB81
Complementary color
Monochromatic Colors of #AEBB81
Black with #AEBB81
Text Example
Text Example
White with #AEBB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB81; }
p { color: rgb(174,187,129); }
H1.HeaderClassName
{
color: #AEBB81;
}
.AnyTagClassName
{
color: #AEBB81;
}
</style>
background-color css
<style>
a { background-color: #AEBB81; }
a { background-color: rgb(174,187,129); }
div.DivClassName
{
background-color: #AEBB81;
}
.BgClassName
{
background-color: #AEBB81;
}
</style>
border-color css
<style>
span { border-color: #AEBB81; }
span { border-color: rgb(174,187,129); }
td.TdClassName
{
border-color: #AEBB81;
}
.TagClassName
{
border-color: #AEBB81;
}
</style>