Shades of Caper #AEBB7F
Tints of Caper #AEBB7F
RGB
CMYK
RGB Variations
Color information
#AEBB7F (or 0xAEBB7F) is known color: Caper. HEX triplet: AE, BB and 7F. RGB value is (174,187,127). Sum of RGB (Red+Green+Blue) = 174+187+127=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB7F is #514480. Grayscale: #B0B0B0. Windows color (decimal): -5325953 or 8371118. OLE color: 8371118.
HSL color Cylindrical-coordinate representation of color #AEBB7F: hue angle of 73º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBB7F is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 127 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.27 |
| HSL | 73º | 0.31% | 0.62% | - |
| HSV(B) | 73º | 0.32% | 0.73% | - |
| XYZ | 39.06 | 46.07 | 26.91 | - |
| YUV | 176.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 127 | 0.07 | 0 | 0.32 | 0.27 | 73 | 0.31 | 0.62 |
| Hex | AE | BB | 7F | 7 | 0 | 20 | 1B | 49 | 1F | 3E |
| Octal | 256 | 273 | 177 | 7 | 0 | 40 | 33 | 111 | 37 | 76 |
| Binary | 10101110 | 10111011 | 1111111 | 111 | 0 | 100000 | 11011 | 1001001 | 11111 | 111110 |
Color Harmonies of #AEBB7F
Complementary color
Monochromatic Colors of #AEBB7F
Black with #AEBB7F
Text Example
Text Example
White with #AEBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB7F; }
p { color: rgb(174,187,127); }
H1.HeaderClassName
{
color: #AEBB7F;
}
.AnyTagClassName
{
color: #AEBB7F;
}
</style>
background-color css
<style>
a { background-color: #AEBB7F; }
a { background-color: rgb(174,187,127); }
div.DivClassName
{
background-color: #AEBB7F;
}
.BgClassName
{
background-color: #AEBB7F;
}
</style>
border-color css
<style>
span { border-color: #AEBB7F; }
span { border-color: rgb(174,187,127); }
td.TdClassName
{
border-color: #AEBB7F;
}
.TagClassName
{
border-color: #AEBB7F;
}
</style>