Shades of Caper #AEC68B
Tints of Caper #AEC68B
RGB
CMYK
RGB Variations
Color information
#AEC68B (or 0xAEC68B) is known color: Caper. HEX triplet: AE, C6 and 8B. RGB value is (174,198,139). Sum of RGB (Red+Green+Blue) = 174+198+139=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC68B is #513974. Grayscale: #B8B8B8. Windows color (decimal): -5323125 or 9160366. OLE color: 9160366.
HSL color Cylindrical-coordinate representation of color #AEC68B: hue angle of 84.41º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC68B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 139 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.22 |
| HSL | 84.41º | 0.34% | 0.66% | - |
| HSV(B) | 84.41º | 0.3% | 0.78% | - |
| XYZ | 42.31 | 51.25 | 32.09 | - |
| YUV | 184.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 139 | 0.12 | 0 | 0.30 | 0.22 | 84.41 | 0.34 | 0.66 |
| Hex | AE | C6 | 8B | C | 0 | 1E | 16 | 54 | 22 | 42 |
| Octal | 256 | 306 | 213 | 14 | 0 | 36 | 26 | 124 | 42 | 102 |
| Binary | 10101110 | 11000110 | 10001011 | 1100 | 0 | 11110 | 10110 | 1010100 | 100010 | 1000010 |
Color Harmonies of #AEC68B
Complementary color
Monochromatic Colors of #AEC68B
Black with #AEC68B
Text Example
Text Example
White with #AEC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC68B; }
p { color: rgb(174,198,139); }
H1.HeaderClassName
{
color: #AEC68B;
}
.AnyTagClassName
{
color: #AEC68B;
}
</style>
background-color css
<style>
a { background-color: #AEC68B; }
a { background-color: rgb(174,198,139); }
div.DivClassName
{
background-color: #AEC68B;
}
.BgClassName
{
background-color: #AEC68B;
}
</style>
border-color css
<style>
span { border-color: #AEC68B; }
span { border-color: rgb(174,198,139); }
td.TdClassName
{
border-color: #AEC68B;
}
.TagClassName
{
border-color: #AEC68B;
}
</style>