Shades of Caper #AAB675
Tints of Caper #AAB675
RGB
CMYK
RGB Variations
Color information
#AAB675 (or 0xAAB675) is known color: Caper. HEX triplet: AA, B6 and 75. RGB value is (170,182,117). Sum of RGB (Red+Green+Blue) = 170+182+117=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB675 is #55498A. Grayscale: #ABABAB. Windows color (decimal): -5589387 or 7714474. OLE color: 7714474.
HSL color Cylindrical-coordinate representation of color #AAB675: hue angle of 71.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB675 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 117 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.29 |
| HSL | 71.08º | 0.31% | 0.59% | - |
| HSV(B) | 71.08º | 0.36% | 0.71% | - |
| XYZ | 36.52 | 43.29 | 23.26 | - |
| YUV | 171 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 117 | 0.07 | 0 | 0.36 | 0.29 | 71.08 | 0.31 | 0.59 |
| Hex | AA | B6 | 75 | 7 | 0 | 24 | 1D | 47 | 1F | 3B |
| Octal | 252 | 266 | 165 | 7 | 0 | 44 | 35 | 107 | 37 | 73 |
| Binary | 10101010 | 10110110 | 1110101 | 111 | 0 | 100100 | 11101 | 1000111 | 11111 | 111011 |
Color Harmonies of #AAB675
Complementary color
Monochromatic Colors of #AAB675
Black with #AAB675
Text Example
Text Example
White with #AAB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB675; }
p { color: rgb(170,182,117); }
H1.HeaderClassName
{
color: #AAB675;
}
.AnyTagClassName
{
color: #AAB675;
}
</style>
background-color css
<style>
a { background-color: #AAB675; }
a { background-color: rgb(170,182,117); }
div.DivClassName
{
background-color: #AAB675;
}
.BgClassName
{
background-color: #AAB675;
}
</style>
border-color css
<style>
span { border-color: #AAB675; }
span { border-color: rgb(170,182,117); }
td.TdClassName
{
border-color: #AAB675;
}
.TagClassName
{
border-color: #AAB675;
}
</style>