Shades of Caper #AECF6D
Tints of Caper #AECF6D
RGB
CMYK
RGB Variations
Color information
#AECF6D (or 0xAECF6D) is known color: Caper. HEX triplet: AE, CF and 6D. RGB value is (174,207,109). Sum of RGB (Red+Green+Blue) = 174+207+109=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF6D is #513092. Grayscale: #BABABA. Windows color (decimal): -5320851 or 7196590. OLE color: 7196590.
HSL color Cylindrical-coordinate representation of color #AECF6D: hue angle of 80.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AECF6D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 109 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.19 |
| HSL | 80.2º | 0.51% | 0.62% | - |
| HSV(B) | 80.2º | 0.47% | 0.81% | - |
| XYZ | 42.53 | 54.73 | 22.79 | - |
| YUV | 185.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 109 | 0.16 | 0 | 0.47 | 0.19 | 80.2 | 0.51 | 0.62 |
| Hex | AE | CF | 6D | 10 | 0 | 2F | 13 | 50 | 33 | 3E |
| Octal | 256 | 317 | 155 | 20 | 0 | 57 | 23 | 120 | 63 | 76 |
| Binary | 10101110 | 11001111 | 1101101 | 10000 | 0 | 101111 | 10011 | 1010000 | 110011 | 111110 |
Color Harmonies of #AECF6D
Complementary color
Monochromatic Colors of #AECF6D
Black with #AECF6D
Text Example
Text Example
White with #AECF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF6D; }
p { color: rgb(174,207,109); }
H1.HeaderClassName
{
color: #AECF6D;
}
.AnyTagClassName
{
color: #AECF6D;
}
</style>
background-color css
<style>
a { background-color: #AECF6D; }
a { background-color: rgb(174,207,109); }
div.DivClassName
{
background-color: #AECF6D;
}
.BgClassName
{
background-color: #AECF6D;
}
</style>
border-color css
<style>
span { border-color: #AECF6D; }
span { border-color: rgb(174,207,109); }
td.TdClassName
{
border-color: #AECF6D;
}
.TagClassName
{
border-color: #AECF6D;
}
</style>