Shades of Caper #AAB673
Tints of Caper #AAB673
RGB
CMYK
RGB Variations
Color information
#AAB673 (or 0xAAB673) is known color: Caper. HEX triplet: AA, B6 and 73. RGB value is (170,182,115). Sum of RGB (Red+Green+Blue) = 170+182+115=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB673 is #55498C. Grayscale: #ABABAB. Windows color (decimal): -5589389 or 7583402. OLE color: 7583402.
HSL color Cylindrical-coordinate representation of color #AAB673: hue angle of 70.75º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB673 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 115 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.29 |
| HSL | 70.75º | 0.31% | 0.58% | - |
| HSV(B) | 70.75º | 0.37% | 0.71% | - |
| XYZ | 36.4 | 43.24 | 22.65 | - |
| YUV | 170.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 115 | 0.07 | 0 | 0.37 | 0.29 | 70.75 | 0.31 | 0.58 |
| Hex | AA | B6 | 73 | 7 | 0 | 25 | 1D | 47 | 1F | 3A |
| Octal | 252 | 266 | 163 | 7 | 0 | 45 | 35 | 107 | 37 | 72 |
| Binary | 10101010 | 10110110 | 1110011 | 111 | 0 | 100101 | 11101 | 1000111 | 11111 | 111010 |
Color Harmonies of #AAB673
Complementary color
Monochromatic Colors of #AAB673
Black with #AAB673
Text Example
Text Example
White with #AAB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB673; }
p { color: rgb(170,182,115); }
H1.HeaderClassName
{
color: #AAB673;
}
.AnyTagClassName
{
color: #AAB673;
}
</style>
background-color css
<style>
a { background-color: #AAB673; }
a { background-color: rgb(170,182,115); }
div.DivClassName
{
background-color: #AAB673;
}
.BgClassName
{
background-color: #AAB673;
}
</style>
border-color css
<style>
span { border-color: #AAB673; }
span { border-color: rgb(170,182,115); }
td.TdClassName
{
border-color: #AAB673;
}
.TagClassName
{
border-color: #AAB673;
}
</style>