Shades of Caper #AEBC6D
Tints of Caper #AEBC6D
RGB
CMYK
RGB Variations
Color information
#AEBC6D (or 0xAEBC6D) is known color: Caper. HEX triplet: AE, BC and 6D. RGB value is (174,188,109). Sum of RGB (Red+Green+Blue) = 174+188+109=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC6D is #514392. Grayscale: #AFAFAF. Windows color (decimal): -5325715 or 7191726. OLE color: 7191726.
HSL color Cylindrical-coordinate representation of color #AEBC6D: hue angle of 70.63º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEBC6D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 109 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.26 |
| HSL | 70.63º | 0.37% | 0.58% | - |
| HSV(B) | 70.63º | 0.42% | 0.74% | - |
| XYZ | 38.2 | 46.07 | 21.35 | - |
| YUV | 174.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 109 | 0.07 | 0 | 0.42 | 0.26 | 70.63 | 0.37 | 0.58 |
| Hex | AE | BC | 6D | 7 | 0 | 2A | 1A | 47 | 25 | 3A |
| Octal | 256 | 274 | 155 | 7 | 0 | 52 | 32 | 107 | 45 | 72 |
| Binary | 10101110 | 10111100 | 1101101 | 111 | 0 | 101010 | 11010 | 1000111 | 100101 | 111010 |
Color Harmonies of #AEBC6D
Complementary color
Monochromatic Colors of #AEBC6D
Black with #AEBC6D
Text Example
Text Example
White with #AEBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC6D; }
p { color: rgb(174,188,109); }
H1.HeaderClassName
{
color: #AEBC6D;
}
.AnyTagClassName
{
color: #AEBC6D;
}
</style>
background-color css
<style>
a { background-color: #AEBC6D; }
a { background-color: rgb(174,188,109); }
div.DivClassName
{
background-color: #AEBC6D;
}
.BgClassName
{
background-color: #AEBC6D;
}
</style>
border-color css
<style>
span { border-color: #AEBC6D; }
span { border-color: rgb(174,188,109); }
td.TdClassName
{
border-color: #AEBC6D;
}
.TagClassName
{
border-color: #AEBC6D;
}
</style>