Shades of Caper #AEB87A
Tints of Caper #AEB87A
RGB
CMYK
RGB Variations
Color information
#AEB87A (or 0xAEB87A) is known color: Caper. HEX triplet: AE, B8 and 7A. RGB value is (174,184,122). Sum of RGB (Red+Green+Blue) = 174+184+122=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB87A is #514785. Grayscale: #AEAEAE. Windows color (decimal): -5326726 or 8042670. OLE color: 8042670.
HSL color Cylindrical-coordinate representation of color #AEB87A: hue angle of 69.68º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEB87A is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 122 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.28 |
| HSL | 69.68º | 0.3% | 0.6% | - |
| HSV(B) | 69.68º | 0.34% | 0.72% | - |
| XYZ | 38.11 | 44.68 | 25.03 | - |
| YUV | 173.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 122 | 0.05 | 0 | 0.34 | 0.28 | 69.68 | 0.3 | 0.6 |
| Hex | AE | B8 | 7A | 5 | 0 | 22 | 1C | 46 | 1E | 3C |
| Octal | 256 | 270 | 172 | 5 | 0 | 42 | 34 | 106 | 36 | 74 |
| Binary | 10101110 | 10111000 | 1111010 | 101 | 0 | 100010 | 11100 | 1000110 | 11110 | 111100 |
Color Harmonies of #AEB87A
Complementary color
Monochromatic Colors of #AEB87A
Black with #AEB87A
Text Example
Text Example
White with #AEB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB87A; }
p { color: rgb(174,184,122); }
H1.HeaderClassName
{
color: #AEB87A;
}
.AnyTagClassName
{
color: #AEB87A;
}
</style>
background-color css
<style>
a { background-color: #AEB87A; }
a { background-color: rgb(174,184,122); }
div.DivClassName
{
background-color: #AEB87A;
}
.BgClassName
{
background-color: #AEB87A;
}
</style>
border-color css
<style>
span { border-color: #AEB87A; }
span { border-color: rgb(174,184,122); }
td.TdClassName
{
border-color: #AEB87A;
}
.TagClassName
{
border-color: #AEB87A;
}
</style>