Shades of Caper #AEBE8C
Tints of Caper #AEBE8C
RGB
CMYK
RGB Variations
Color information
#AEBE8C (or 0xAEBE8C) is known color: Caper. HEX triplet: AE, BE and 8C. RGB value is (174,190,140). Sum of RGB (Red+Green+Blue) = 174+190+140=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE8C is #514173. Grayscale: #B3B3B3. Windows color (decimal): -5325172 or 9223854. OLE color: 9223854.
HSL color Cylindrical-coordinate representation of color #AEBE8C: hue angle of 79.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBE8C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 190 | 140 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.25 |
| HSL | 79.2º | 0.28% | 0.65% | - |
| HSV(B) | 79.2º | 0.26% | 0.75% | - |
| XYZ | 40.6 | 47.72 | 31.88 | - |
| YUV | 179.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 140 | 0.08 | 0 | 0.26 | 0.25 | 79.2 | 0.28 | 0.65 |
| Hex | AE | BE | 8C | 8 | 0 | 1A | 19 | 4F | 1C | 41 |
| Octal | 256 | 276 | 214 | 10 | 0 | 32 | 31 | 117 | 34 | 101 |
| Binary | 10101110 | 10111110 | 10001100 | 1000 | 0 | 11010 | 11001 | 1001111 | 11100 | 1000001 |
Color Harmonies of #AEBE8C
Complementary color
Monochromatic Colors of #AEBE8C
Black with #AEBE8C
Text Example
Text Example
White with #AEBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBE8C; }
p { color: rgb(174,190,140); }
H1.HeaderClassName
{
color: #AEBE8C;
}
.AnyTagClassName
{
color: #AEBE8C;
}
</style>
background-color css
<style>
a { background-color: #AEBE8C; }
a { background-color: rgb(174,190,140); }
div.DivClassName
{
background-color: #AEBE8C;
}
.BgClassName
{
background-color: #AEBE8C;
}
</style>
border-color css
<style>
span { border-color: #AEBE8C; }
span { border-color: rgb(174,190,140); }
td.TdClassName
{
border-color: #AEBE8C;
}
.TagClassName
{
border-color: #AEBE8C;
}
</style>