Shades of Caper #AECB6C
Tints of Caper #AECB6C
RGB
CMYK
RGB Variations
Color information
#AECB6C (or 0xAECB6C) is known color: Caper. HEX triplet: AE, CB and 6C. RGB value is (174,203,108). Sum of RGB (Red+Green+Blue) = 174+203+108=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB6C is #513493. Grayscale: #B7B7B7. Windows color (decimal): -5321876 or 7130030. OLE color: 7130030.
HSL color Cylindrical-coordinate representation of color #AECB6C: hue angle of 78.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AECB6C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 108 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.20 |
| HSL | 78.32º | 0.48% | 0.61% | - |
| HSV(B) | 78.32º | 0.47% | 0.8% | - |
| XYZ | 41.52 | 52.79 | 22.19 | - |
| YUV | 183.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 108 | 0.14 | 0 | 0.47 | 0.20 | 78.32 | 0.48 | 0.61 |
| Hex | AE | CB | 6C | E | 0 | 2F | 14 | 4E | 30 | 3D |
| Octal | 256 | 313 | 154 | 16 | 0 | 57 | 24 | 116 | 60 | 75 |
| Binary | 10101110 | 11001011 | 1101100 | 1110 | 0 | 101111 | 10100 | 1001110 | 110000 | 111101 |
Color Harmonies of #AECB6C
Complementary color
Monochromatic Colors of #AECB6C
Black with #AECB6C
Text Example
Text Example
White with #AECB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB6C; }
p { color: rgb(174,203,108); }
H1.HeaderClassName
{
color: #AECB6C;
}
.AnyTagClassName
{
color: #AECB6C;
}
</style>
background-color css
<style>
a { background-color: #AECB6C; }
a { background-color: rgb(174,203,108); }
div.DivClassName
{
background-color: #AECB6C;
}
.BgClassName
{
background-color: #AECB6C;
}
</style>
border-color css
<style>
span { border-color: #AECB6C; }
span { border-color: rgb(174,203,108); }
td.TdClassName
{
border-color: #AECB6C;
}
.TagClassName
{
border-color: #AECB6C;
}
</style>