Shades of Caper #AEB57F
Tints of Caper #AEB57F
RGB
CMYK
RGB Variations
Color information
#AEB57F (or 0xAEB57F) is known color: Caper. HEX triplet: AE, B5 and 7F. RGB value is (174,181,127). Sum of RGB (Red+Green+Blue) = 174+181+127=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB57F is #514A80. Grayscale: #ACACAC. Windows color (decimal): -5327489 or 8369582. OLE color: 8369582.
HSL color Cylindrical-coordinate representation of color #AEB57F: hue angle of 67.78º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB57F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 181 | 127 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.29 |
| HSL | 67.78º | 0.27% | 0.6% | - |
| HSV(B) | 67.78º | 0.3% | 0.71% | - |
| XYZ | 37.81 | 43.58 | 26.5 | - |
| YUV | 172.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 181 | 127 | 0.04 | 0 | 0.30 | 0.29 | 67.78 | 0.27 | 0.6 |
| Hex | AE | B5 | 7F | 4 | 0 | 1E | 1D | 44 | 1B | 3C |
| Octal | 256 | 265 | 177 | 4 | 0 | 36 | 35 | 104 | 33 | 74 |
| Binary | 10101110 | 10110101 | 1111111 | 100 | 0 | 11110 | 11101 | 1000100 | 11011 | 111100 |
Color Harmonies of #AEB57F
Complementary color
Monochromatic Colors of #AEB57F
Black with #AEB57F
Text Example
Text Example
White with #AEB57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB57F; }
p { color: rgb(174,181,127); }
H1.HeaderClassName
{
color: #AEB57F;
}
.AnyTagClassName
{
color: #AEB57F;
}
</style>
background-color css
<style>
a { background-color: #AEB57F; }
a { background-color: rgb(174,181,127); }
div.DivClassName
{
background-color: #AEB57F;
}
.BgClassName
{
background-color: #AEB57F;
}
</style>
border-color css
<style>
span { border-color: #AEB57F; }
span { border-color: rgb(174,181,127); }
td.TdClassName
{
border-color: #AEB57F;
}
.TagClassName
{
border-color: #AEB57F;
}
</style>