Shades of Caper #AAB983
Tints of Caper #AAB983
RGB
CMYK
RGB Variations
Color information
#AAB983 (or 0xAAB983) is known color: Caper. HEX triplet: AA, B9 and 83. RGB value is (170,185,131). Sum of RGB (Red+Green+Blue) = 170+185+131=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB983 is #55467C. Grayscale: #AEAEAE. Windows color (decimal): -5588605 or 8632746. OLE color: 8632746.
HSL color Cylindrical-coordinate representation of color #AAB983: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB983 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 185 | 131 | - |
CMYK | 0.08 | 0 | 0.29 | 0.27 |
HSL | 76.67º | 0.28% | 0.62% | - |
HSV(B) | 76.67º | 0.29% | 0.73% | - |
XYZ | 38.02 | 44.88 | 28.13 | - |
YUV | 174.36 | 103.53 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 185 | 131 | 0.08 | 0 | 0.29 | 0.27 | 76.67 | 0.28 | 0.62 |
Hex | AA | B9 | 83 | 8 | 0 | 1D | 1B | 4D | 1C | 3E |
Octal | 252 | 271 | 203 | 10 | 0 | 35 | 33 | 115 | 34 | 76 |
Binary | 10101010 | 10111001 | 10000011 | 1000 | 0 | 11101 | 11011 | 1001101 | 11100 | 111110 |
Color Harmonies of #AAB983
Complementary color
Monochromatic Colors of #AAB983
Black with #AAB983
Text Example
Text Example
White with #AAB983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB983; }
p { color: rgb(170,185,131); }
H1.HeaderClassName
{
color: #AAB983;
}
.AnyTagClassName
{
color: #AAB983;
}
</style>
background-color css
<style>
a { background-color: #AAB983; }
a { background-color: rgb(170,185,131); }
div.DivClassName
{
background-color: #AAB983;
}
.BgClassName
{
background-color: #AAB983;
}
</style>
border-color css
<style>
span { border-color: #AAB983; }
span { border-color: rgb(170,185,131); }
td.TdClassName
{
border-color: #AAB983;
}
.TagClassName
{
border-color: #AAB983;
}
</style>