Shades of Caper #AEB873
Tints of Caper #AEB873
RGB
CMYK
RGB Variations
Color information
#AEB873 (or 0xAEB873) is known color: Caper. HEX triplet: AE, B8 and 73. RGB value is (174,184,115). Sum of RGB (Red+Green+Blue) = 174+184+115=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB873 is #51478C. Grayscale: #ADADAD. Windows color (decimal): -5326733 or 7583918. OLE color: 7583918.
HSL color Cylindrical-coordinate representation of color #AEB873: hue angle of 68.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEB873 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 115 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.28 |
| HSL | 68.7º | 0.33% | 0.59% | - |
| HSV(B) | 68.7º | 0.38% | 0.72% | - |
| XYZ | 37.69 | 44.52 | 22.83 | - |
| YUV | 173.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 115 | 0.05 | 0 | 0.38 | 0.28 | 68.7 | 0.33 | 0.59 |
| Hex | AE | B8 | 73 | 5 | 0 | 26 | 1C | 45 | 21 | 3B |
| Octal | 256 | 270 | 163 | 5 | 0 | 46 | 34 | 105 | 41 | 73 |
| Binary | 10101110 | 10111000 | 1110011 | 101 | 0 | 100110 | 11100 | 1000101 | 100001 | 111011 |
Color Harmonies of #AEB873
Complementary color
Monochromatic Colors of #AEB873
Black with #AEB873
Text Example
Text Example
White with #AEB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB873; }
p { color: rgb(174,184,115); }
H1.HeaderClassName
{
color: #AEB873;
}
.AnyTagClassName
{
color: #AEB873;
}
</style>
background-color css
<style>
a { background-color: #AEB873; }
a { background-color: rgb(174,184,115); }
div.DivClassName
{
background-color: #AEB873;
}
.BgClassName
{
background-color: #AEB873;
}
</style>
border-color css
<style>
span { border-color: #AEB873; }
span { border-color: rgb(174,184,115); }
td.TdClassName
{
border-color: #AEB873;
}
.TagClassName
{
border-color: #AEB873;
}
</style>