Shades of Caper #AEC77D
Tints of Caper #AEC77D
RGB
CMYK
RGB Variations
Color information
#AEC77D (or 0xAEC77D) is known color: Caper. HEX triplet: AE, C7 and 7D. RGB value is (174,199,125). Sum of RGB (Red+Green+Blue) = 174+199+125=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC77D is #513882. Grayscale: #B7B7B7. Windows color (decimal): -5322883 or 8243118. OLE color: 8243118.
HSL color Cylindrical-coordinate representation of color #AEC77D: hue angle of 80.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEC77D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 199 | 125 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.22 |
| HSL | 80.27º | 0.4% | 0.64% | - |
| HSV(B) | 80.27º | 0.37% | 0.78% | - |
| XYZ | 41.58 | 51.33 | 27.12 | - |
| YUV | 183.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 199 | 125 | 0.13 | 0 | 0.37 | 0.22 | 80.27 | 0.4 | 0.64 |
| Hex | AE | C7 | 7D | D | 0 | 25 | 16 | 50 | 28 | 40 |
| Octal | 256 | 307 | 175 | 15 | 0 | 45 | 26 | 120 | 50 | 100 |
| Binary | 10101110 | 11000111 | 1111101 | 1101 | 0 | 100101 | 10110 | 1010000 | 101000 | 1000000 |
Color Harmonies of #AEC77D
Complementary color
Monochromatic Colors of #AEC77D
Black with #AEC77D
Text Example
Text Example
White with #AEC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC77D; }
p { color: rgb(174,199,125); }
H1.HeaderClassName
{
color: #AEC77D;
}
.AnyTagClassName
{
color: #AEC77D;
}
</style>
background-color css
<style>
a { background-color: #AEC77D; }
a { background-color: rgb(174,199,125); }
div.DivClassName
{
background-color: #AEC77D;
}
.BgClassName
{
background-color: #AEC77D;
}
</style>
border-color css
<style>
span { border-color: #AEC77D; }
span { border-color: rgb(174,199,125); }
td.TdClassName
{
border-color: #AEC77D;
}
.TagClassName
{
border-color: #AEC77D;
}
</style>