Shades of Caper #AEBB77
Tints of Caper #AEBB77
RGB
CMYK
RGB Variations
Color information
#AEBB77 (or 0xAEBB77) is known color: Caper. HEX triplet: AE, BB and 77. RGB value is (174,187,119). Sum of RGB (Red+Green+Blue) = 174+187+119=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB77 is #514488. Grayscale: #AFAFAF. Windows color (decimal): -5325961 or 7846830. OLE color: 7846830.
HSL color Cylindrical-coordinate representation of color #AEBB77: hue angle of 71.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEBB77 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 119 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.27 |
| HSL | 71.47º | 0.33% | 0.6% | - |
| HSV(B) | 71.47º | 0.36% | 0.73% | - |
| XYZ | 38.56 | 45.87 | 24.27 | - |
| YUV | 175.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 119 | 0.07 | 0 | 0.36 | 0.27 | 71.47 | 0.33 | 0.6 |
| Hex | AE | BB | 77 | 7 | 0 | 24 | 1B | 47 | 21 | 3C |
| Octal | 256 | 273 | 167 | 7 | 0 | 44 | 33 | 107 | 41 | 74 |
| Binary | 10101110 | 10111011 | 1110111 | 111 | 0 | 100100 | 11011 | 1000111 | 100001 | 111100 |
Color Harmonies of #AEBB77
Complementary color
Monochromatic Colors of #AEBB77
Black with #AEBB77
Text Example
Text Example
White with #AEBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB77; }
p { color: rgb(174,187,119); }
H1.HeaderClassName
{
color: #AEBB77;
}
.AnyTagClassName
{
color: #AEBB77;
}
</style>
background-color css
<style>
a { background-color: #AEBB77; }
a { background-color: rgb(174,187,119); }
div.DivClassName
{
background-color: #AEBB77;
}
.BgClassName
{
background-color: #AEBB77;
}
</style>
border-color css
<style>
span { border-color: #AEBB77; }
span { border-color: rgb(174,187,119); }
td.TdClassName
{
border-color: #AEBB77;
}
.TagClassName
{
border-color: #AEBB77;
}
</style>