Shades of Caper #AEC683
Tints of Caper #AEC683
RGB
CMYK
RGB Variations
Color information
#AEC683 (or 0xAEC683) is known color: Caper. HEX triplet: AE, C6 and 83. RGB value is (174,198,131). Sum of RGB (Red+Green+Blue) = 174+198+131=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC683 is #51397C. Grayscale: #B7B7B7. Windows color (decimal): -5323133 or 8636078. OLE color: 8636078.
HSL color Cylindrical-coordinate representation of color #AEC683: hue angle of 81.49º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEC683 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 131 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.22 |
| HSL | 81.49º | 0.37% | 0.65% | - |
| HSV(B) | 81.49º | 0.34% | 0.78% | - |
| XYZ | 41.75 | 51.03 | 29.12 | - |
| YUV | 183.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 131 | 0.12 | 0 | 0.34 | 0.22 | 81.49 | 0.37 | 0.65 |
| Hex | AE | C6 | 83 | C | 0 | 22 | 16 | 51 | 25 | 41 |
| Octal | 256 | 306 | 203 | 14 | 0 | 42 | 26 | 121 | 45 | 101 |
| Binary | 10101110 | 11000110 | 10000011 | 1100 | 0 | 100010 | 10110 | 1010001 | 100101 | 1000001 |
Color Harmonies of #AEC683
Complementary color
Monochromatic Colors of #AEC683
Black with #AEC683
Text Example
Text Example
White with #AEC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC683; }
p { color: rgb(174,198,131); }
H1.HeaderClassName
{
color: #AEC683;
}
.AnyTagClassName
{
color: #AEC683;
}
</style>
background-color css
<style>
a { background-color: #AEC683; }
a { background-color: rgb(174,198,131); }
div.DivClassName
{
background-color: #AEC683;
}
.BgClassName
{
background-color: #AEC683;
}
</style>
border-color css
<style>
span { border-color: #AEC683; }
span { border-color: rgb(174,198,131); }
td.TdClassName
{
border-color: #AEC683;
}
.TagClassName
{
border-color: #AEC683;
}
</style>