Shades of Caper #AEBA7F
Tints of Caper #AEBA7F
RGB
CMYK
RGB Variations
Color information
#AEBA7F (or 0xAEBA7F) is known color: Caper. HEX triplet: AE, BA and 7F. RGB value is (174,186,127). Sum of RGB (Red+Green+Blue) = 174+186+127=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA7F is #514580. Grayscale: #AFAFAF. Windows color (decimal): -5326209 or 8370862. OLE color: 8370862.
HSL color Cylindrical-coordinate representation of color #AEBA7F: hue angle of 72.2º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBA7F is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 127 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.27 |
| HSL | 72.2º | 0.3% | 0.61% | - |
| HSV(B) | 72.2º | 0.32% | 0.73% | - |
| XYZ | 38.85 | 45.65 | 26.84 | - |
| YUV | 175.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 127 | 0.06 | 0 | 0.32 | 0.27 | 72.2 | 0.3 | 0.61 |
| Hex | AE | BA | 7F | 6 | 0 | 20 | 1B | 48 | 1E | 3D |
| Octal | 256 | 272 | 177 | 6 | 0 | 40 | 33 | 110 | 36 | 75 |
| Binary | 10101110 | 10111010 | 1111111 | 110 | 0 | 100000 | 11011 | 1001000 | 11110 | 111101 |
Color Harmonies of #AEBA7F
Complementary color
Monochromatic Colors of #AEBA7F
Black with #AEBA7F
Text Example
Text Example
White with #AEBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA7F; }
p { color: rgb(174,186,127); }
H1.HeaderClassName
{
color: #AEBA7F;
}
.AnyTagClassName
{
color: #AEBA7F;
}
</style>
background-color css
<style>
a { background-color: #AEBA7F; }
a { background-color: rgb(174,186,127); }
div.DivClassName
{
background-color: #AEBA7F;
}
.BgClassName
{
background-color: #AEBA7F;
}
</style>
border-color css
<style>
span { border-color: #AEBA7F; }
span { border-color: rgb(174,186,127); }
td.TdClassName
{
border-color: #AEBA7F;
}
.TagClassName
{
border-color: #AEBA7F;
}
</style>