Shades of Caper #AAB67B
Tints of Caper #AAB67B
RGB
CMYK
RGB Variations
Color information
#AAB67B (or 0xAAB67B) is known color: Caper. HEX triplet: AA, B6 and 7B. RGB value is (170,182,123). Sum of RGB (Red+Green+Blue) = 170+182+123=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB67B is #554984. Grayscale: #ABABAB. Windows color (decimal): -5589381 or 8107690. OLE color: 8107690.
HSL color Cylindrical-coordinate representation of color #AAB67B: hue angle of 72.2º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB67B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 123 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.29 |
| HSL | 72.2º | 0.29% | 0.6% | - |
| HSV(B) | 72.2º | 0.32% | 0.71% | - |
| XYZ | 36.88 | 43.43 | 25.18 | - |
| YUV | 171.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 123 | 0.07 | 0 | 0.32 | 0.29 | 72.2 | 0.29 | 0.6 |
| Hex | AA | B6 | 7B | 7 | 0 | 20 | 1D | 48 | 1D | 3C |
| Octal | 252 | 266 | 173 | 7 | 0 | 40 | 35 | 110 | 35 | 74 |
| Binary | 10101010 | 10110110 | 1111011 | 111 | 0 | 100000 | 11101 | 1001000 | 11101 | 111100 |
Color Harmonies of #AAB67B
Complementary color
Monochromatic Colors of #AAB67B
Black with #AAB67B
Text Example
Text Example
White with #AAB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB67B; }
p { color: rgb(170,182,123); }
H1.HeaderClassName
{
color: #AAB67B;
}
.AnyTagClassName
{
color: #AAB67B;
}
</style>
background-color css
<style>
a { background-color: #AAB67B; }
a { background-color: rgb(170,182,123); }
div.DivClassName
{
background-color: #AAB67B;
}
.BgClassName
{
background-color: #AAB67B;
}
</style>
border-color css
<style>
span { border-color: #AAB67B; }
span { border-color: rgb(170,182,123); }
td.TdClassName
{
border-color: #AAB67B;
}
.TagClassName
{
border-color: #AAB67B;
}
</style>