Shades of Caper #AEBB73
Tints of Caper #AEBB73
RGB
CMYK
RGB Variations
Color information
#AEBB73 (or 0xAEBB73) is known color: Caper. HEX triplet: AE, BB and 73. RGB value is (174,187,115). Sum of RGB (Red+Green+Blue) = 174+187+115=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB73 is #51448C. Grayscale: #AFAFAF. Windows color (decimal): -5325965 or 7584686. OLE color: 7584686.
HSL color Cylindrical-coordinate representation of color #AEBB73: hue angle of 70.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEBB73 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 115 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.27 |
| HSL | 70.83º | 0.35% | 0.59% | - |
| HSV(B) | 70.83º | 0.39% | 0.73% | - |
| XYZ | 38.32 | 45.78 | 23.04 | - |
| YUV | 174.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 115 | 0.07 | 0 | 0.39 | 0.27 | 70.83 | 0.35 | 0.59 |
| Hex | AE | BB | 73 | 7 | 0 | 27 | 1B | 47 | 23 | 3B |
| Octal | 256 | 273 | 163 | 7 | 0 | 47 | 33 | 107 | 43 | 73 |
| Binary | 10101110 | 10111011 | 1110011 | 111 | 0 | 100111 | 11011 | 1000111 | 100011 | 111011 |
Color Harmonies of #AEBB73
Complementary color
Monochromatic Colors of #AEBB73
Black with #AEBB73
Text Example
Text Example
White with #AEBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB73; }
p { color: rgb(174,187,115); }
H1.HeaderClassName
{
color: #AEBB73;
}
.AnyTagClassName
{
color: #AEBB73;
}
</style>
background-color css
<style>
a { background-color: #AEBB73; }
a { background-color: rgb(174,187,115); }
div.DivClassName
{
background-color: #AEBB73;
}
.BgClassName
{
background-color: #AEBB73;
}
</style>
border-color css
<style>
span { border-color: #AEBB73; }
span { border-color: rgb(174,187,115); }
td.TdClassName
{
border-color: #AEBB73;
}
.TagClassName
{
border-color: #AEBB73;
}
</style>