Shades of Caper #AEBD80
Tints of Caper #AEBD80
RGB
CMYK
RGB Variations
Color information
#AEBD80 (or 0xAEBD80) is known color: Caper. HEX triplet: AE, BD and 80. RGB value is (174,189,128). Sum of RGB (Red+Green+Blue) = 174+189+128=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD80 is #51427F. Grayscale: #B1B1B1. Windows color (decimal): -5325440 or 8437166. OLE color: 8437166.
HSL color Cylindrical-coordinate representation of color #AEBD80: hue angle of 74.75º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBD80 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 128 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.26 |
| HSL | 74.75º | 0.32% | 0.62% | - |
| HSV(B) | 74.75º | 0.32% | 0.74% | - |
| XYZ | 39.55 | 46.95 | 27.4 | - |
| YUV | 177.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 128 | 0.08 | 0 | 0.32 | 0.26 | 74.75 | 0.32 | 0.62 |
| Hex | AE | BD | 80 | 8 | 0 | 20 | 1A | 4B | 20 | 3E |
| Octal | 256 | 275 | 200 | 10 | 0 | 40 | 32 | 113 | 40 | 76 |
| Binary | 10101110 | 10111101 | 10000000 | 1000 | 0 | 100000 | 11010 | 1001011 | 100000 | 111110 |
Color Harmonies of #AEBD80
Complementary color
Monochromatic Colors of #AEBD80
Black with #AEBD80
Text Example
Text Example
White with #AEBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD80; }
p { color: rgb(174,189,128); }
H1.HeaderClassName
{
color: #AEBD80;
}
.AnyTagClassName
{
color: #AEBD80;
}
</style>
background-color css
<style>
a { background-color: #AEBD80; }
a { background-color: rgb(174,189,128); }
div.DivClassName
{
background-color: #AEBD80;
}
.BgClassName
{
background-color: #AEBD80;
}
</style>
border-color css
<style>
span { border-color: #AEBD80; }
span { border-color: rgb(174,189,128); }
td.TdClassName
{
border-color: #AEBD80;
}
.TagClassName
{
border-color: #AEBD80;
}
</style>