Shades of Caper #AECB7B
Tints of Caper #AECB7B
RGB
CMYK
RGB Variations
Color information
#AECB7B (or 0xAECB7B) is known color: Caper. HEX triplet: AE, CB and 7B. RGB value is (174,203,123). Sum of RGB (Red+Green+Blue) = 174+203+123=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB7B is #513484. Grayscale: #B9B9B9. Windows color (decimal): -5321861 or 8113070. OLE color: 8113070.
HSL color Cylindrical-coordinate representation of color #AECB7B: hue angle of 81.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AECB7B is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 123 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.20 |
| HSL | 81.75º | 0.43% | 0.64% | - |
| HSV(B) | 81.75º | 0.39% | 0.8% | - |
| XYZ | 42.39 | 53.14 | 26.76 | - |
| YUV | 185.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 123 | 0.14 | 0 | 0.39 | 0.20 | 81.75 | 0.43 | 0.64 |
| Hex | AE | CB | 7B | E | 0 | 27 | 14 | 52 | 2B | 40 |
| Octal | 256 | 313 | 173 | 16 | 0 | 47 | 24 | 122 | 53 | 100 |
| Binary | 10101110 | 11001011 | 1111011 | 1110 | 0 | 100111 | 10100 | 1010010 | 101011 | 1000000 |
Color Harmonies of #AECB7B
Complementary color
Monochromatic Colors of #AECB7B
Black with #AECB7B
Text Example
Text Example
White with #AECB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB7B; }
p { color: rgb(174,203,123); }
H1.HeaderClassName
{
color: #AECB7B;
}
.AnyTagClassName
{
color: #AECB7B;
}
</style>
background-color css
<style>
a { background-color: #AECB7B; }
a { background-color: rgb(174,203,123); }
div.DivClassName
{
background-color: #AECB7B;
}
.BgClassName
{
background-color: #AECB7B;
}
</style>
border-color css
<style>
span { border-color: #AECB7B; }
span { border-color: rgb(174,203,123); }
td.TdClassName
{
border-color: #AECB7B;
}
.TagClassName
{
border-color: #AECB7B;
}
</style>