Shades of Caper #AEB971
Tints of Caper #AEB971
RGB
CMYK
RGB Variations
Color information
#AEB971 (or 0xAEB971) is known color: Caper. HEX triplet: AE, B9 and 71. RGB value is (174,185,113). Sum of RGB (Red+Green+Blue) = 174+185+113=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB971 is #51468E. Grayscale: #ADADAD. Windows color (decimal): -5326479 or 7453102. OLE color: 7453102.
HSL color Cylindrical-coordinate representation of color #AEB971: hue angle of 69.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB971 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 185 | 113 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.27 |
| HSL | 69.17º | 0.34% | 0.58% | - |
| HSV(B) | 69.17º | 0.39% | 0.73% | - |
| XYZ | 37.79 | 44.89 | 22.3 | - |
| YUV | 173.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 113 | 0.06 | 0 | 0.39 | 0.27 | 69.17 | 0.34 | 0.58 |
| Hex | AE | B9 | 71 | 6 | 0 | 27 | 1B | 45 | 22 | 3A |
| Octal | 256 | 271 | 161 | 6 | 0 | 47 | 33 | 105 | 42 | 72 |
| Binary | 10101110 | 10111001 | 1110001 | 110 | 0 | 100111 | 11011 | 1000101 | 100010 | 111010 |
Color Harmonies of #AEB971
Complementary color
Monochromatic Colors of #AEB971
Black with #AEB971
Text Example
Text Example
White with #AEB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB971; }
p { color: rgb(174,185,113); }
H1.HeaderClassName
{
color: #AEB971;
}
.AnyTagClassName
{
color: #AEB971;
}
</style>
background-color css
<style>
a { background-color: #AEB971; }
a { background-color: rgb(174,185,113); }
div.DivClassName
{
background-color: #AEB971;
}
.BgClassName
{
background-color: #AEB971;
}
</style>
border-color css
<style>
span { border-color: #AEB971; }
span { border-color: rgb(174,185,113); }
td.TdClassName
{
border-color: #AEB971;
}
.TagClassName
{
border-color: #AEB971;
}
</style>