Shades of Caper #AEB883
Tints of Caper #AEB883
RGB
CMYK
RGB Variations
Color information
#AEB883 (or 0xAEB883) is known color: Caper. HEX triplet: AE, B8 and 83. RGB value is (174,184,131). Sum of RGB (Red+Green+Blue) = 174+184+131=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB883 is #51477C. Grayscale: #AFAFAF. Windows color (decimal): -5326717 or 8632494. OLE color: 8632494.
HSL color Cylindrical-coordinate representation of color #AEB883: hue angle of 71.32º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEB883 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 131 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.28 |
| HSL | 71.32º | 0.27% | 0.62% | - |
| HSV(B) | 71.32º | 0.29% | 0.72% | - |
| XYZ | 38.69 | 44.92 | 28.1 | - |
| YUV | 174.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 131 | 0.05 | 0 | 0.29 | 0.28 | 71.32 | 0.27 | 0.62 |
| Hex | AE | B8 | 83 | 5 | 0 | 1D | 1C | 47 | 1B | 3E |
| Octal | 256 | 270 | 203 | 5 | 0 | 35 | 34 | 107 | 33 | 76 |
| Binary | 10101110 | 10111000 | 10000011 | 101 | 0 | 11101 | 11100 | 1000111 | 11011 | 111110 |
Color Harmonies of #AEB883
Complementary color
Monochromatic Colors of #AEB883
Black with #AEB883
Text Example
Text Example
White with #AEB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB883; }
p { color: rgb(174,184,131); }
H1.HeaderClassName
{
color: #AEB883;
}
.AnyTagClassName
{
color: #AEB883;
}
</style>
background-color css
<style>
a { background-color: #AEB883; }
a { background-color: rgb(174,184,131); }
div.DivClassName
{
background-color: #AEB883;
}
.BgClassName
{
background-color: #AEB883;
}
</style>
border-color css
<style>
span { border-color: #AEB883; }
span { border-color: rgb(174,184,131); }
td.TdClassName
{
border-color: #AEB883;
}
.TagClassName
{
border-color: #AEB883;
}
</style>