Shades of Caper #AEBB6F
Tints of Caper #AEBB6F
RGB
CMYK
RGB Variations
Color information
#AEBB6F (or 0xAEBB6F) is known color: Caper. HEX triplet: AE, BB and 6F. RGB value is (174,187,111). Sum of RGB (Red+Green+Blue) = 174+187+111=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB6F is #514490. Grayscale: #AEAEAE. Windows color (decimal): -5325969 or 7322542. OLE color: 7322542.
HSL color Cylindrical-coordinate representation of color #AEBB6F: hue angle of 70.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEBB6F is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 111 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.27 |
| HSL | 70.26º | 0.36% | 0.58% | - |
| HSV(B) | 70.26º | 0.41% | 0.73% | - |
| XYZ | 38.1 | 45.69 | 21.85 | - |
| YUV | 174.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 111 | 0.07 | 0 | 0.41 | 0.27 | 70.26 | 0.36 | 0.58 |
| Hex | AE | BB | 6F | 7 | 0 | 29 | 1B | 46 | 24 | 3A |
| Octal | 256 | 273 | 157 | 7 | 0 | 51 | 33 | 106 | 44 | 72 |
| Binary | 10101110 | 10111011 | 1101111 | 111 | 0 | 101001 | 11011 | 1000110 | 100100 | 111010 |
Color Harmonies of #AEBB6F
Complementary color
Monochromatic Colors of #AEBB6F
Black with #AEBB6F
Text Example
Text Example
White with #AEBB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB6F; }
p { color: rgb(174,187,111); }
H1.HeaderClassName
{
color: #AEBB6F;
}
.AnyTagClassName
{
color: #AEBB6F;
}
</style>
background-color css
<style>
a { background-color: #AEBB6F; }
a { background-color: rgb(174,187,111); }
div.DivClassName
{
background-color: #AEBB6F;
}
.BgClassName
{
background-color: #AEBB6F;
}
</style>
border-color css
<style>
span { border-color: #AEBB6F; }
span { border-color: rgb(174,187,111); }
td.TdClassName
{
border-color: #AEBB6F;
}
.TagClassName
{
border-color: #AEBB6F;
}
</style>