Shades of Caper #AAB383
Tints of Caper #AAB383
RGB
CMYK
RGB Variations
Color information
#AAB383 (or 0xAAB383) is known color: Caper. HEX triplet: AA, B3 and 83. RGB value is (170,179,131). Sum of RGB (Red+Green+Blue) = 170+179+131=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB383 is #554C7C. Grayscale: #ABABAB. Windows color (decimal): -5590141 or 8631210. OLE color: 8631210.
HSL color Cylindrical-coordinate representation of color #AAB383: hue angle of 71.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB383 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 131 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.30 |
| HSL | 71.25º | 0.24% | 0.61% | - |
| HSV(B) | 71.25º | 0.27% | 0.7% | - |
| XYZ | 36.79 | 42.42 | 27.72 | - |
| YUV | 170.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 131 | 0.05 | 0 | 0.27 | 0.30 | 71.25 | 0.24 | 0.61 |
| Hex | AA | B3 | 83 | 5 | 0 | 1B | 1E | 47 | 18 | 3D |
| Octal | 252 | 263 | 203 | 5 | 0 | 33 | 36 | 107 | 30 | 75 |
| Binary | 10101010 | 10110011 | 10000011 | 101 | 0 | 11011 | 11110 | 1000111 | 11000 | 111101 |
Color Harmonies of #AAB383
Complementary color
Monochromatic Colors of #AAB383
Black with #AAB383
Text Example
Text Example
White with #AAB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB383; }
p { color: rgb(170,179,131); }
H1.HeaderClassName
{
color: #AAB383;
}
.AnyTagClassName
{
color: #AAB383;
}
</style>
background-color css
<style>
a { background-color: #AAB383; }
a { background-color: rgb(170,179,131); }
div.DivClassName
{
background-color: #AAB383;
}
.BgClassName
{
background-color: #AAB383;
}
</style>
border-color css
<style>
span { border-color: #AAB383; }
span { border-color: rgb(170,179,131); }
td.TdClassName
{
border-color: #AAB383;
}
.TagClassName
{
border-color: #AAB383;
}
</style>