Shades of Caper #AEB978
Tints of Caper #AEB978
RGB
CMYK
RGB Variations
Color information
#AEB978 (or 0xAEB978) is known color: Caper. HEX triplet: AE, B9 and 78. RGB value is (174,185,120). Sum of RGB (Red+Green+Blue) = 174+185+120=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB978 is #514687. Grayscale: #AEAEAE. Windows color (decimal): -5326472 or 7911854. OLE color: 7911854.
HSL color Cylindrical-coordinate representation of color #AEB978: hue angle of 70.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEB978 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 185 | 120 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.27 |
| HSL | 70.15º | 0.32% | 0.6% | - |
| HSV(B) | 70.15º | 0.35% | 0.73% | - |
| XYZ | 38.19 | 45.05 | 24.45 | - |
| YUV | 174.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 120 | 0.06 | 0 | 0.35 | 0.27 | 70.15 | 0.32 | 0.6 |
| Hex | AE | B9 | 78 | 6 | 0 | 23 | 1B | 46 | 20 | 3C |
| Octal | 256 | 271 | 170 | 6 | 0 | 43 | 33 | 106 | 40 | 74 |
| Binary | 10101110 | 10111001 | 1111000 | 110 | 0 | 100011 | 11011 | 1000110 | 100000 | 111100 |
Color Harmonies of #AEB978
Complementary color
Monochromatic Colors of #AEB978
Black with #AEB978
Text Example
Text Example
White with #AEB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB978; }
p { color: rgb(174,185,120); }
H1.HeaderClassName
{
color: #AEB978;
}
.AnyTagClassName
{
color: #AEB978;
}
</style>
background-color css
<style>
a { background-color: #AEB978; }
a { background-color: rgb(174,185,120); }
div.DivClassName
{
background-color: #AEB978;
}
.BgClassName
{
background-color: #AEB978;
}
</style>
border-color css
<style>
span { border-color: #AEB978; }
span { border-color: rgb(174,185,120); }
td.TdClassName
{
border-color: #AEB978;
}
.TagClassName
{
border-color: #AEB978;
}
</style>