Shades of Caper #AAB678
Tints of Caper #AAB678
RGB
CMYK
RGB Variations
Color information
#AAB678 (or 0xAAB678) is known color: Caper. HEX triplet: AA, B6 and 78. RGB value is (170,182,120). Sum of RGB (Red+Green+Blue) = 170+182+120=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB678 is #554987. Grayscale: #ABABAB. Windows color (decimal): -5589384 or 7911082. OLE color: 7911082.
HSL color Cylindrical-coordinate representation of color #AAB678: hue angle of 71.61º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB678 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 120 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.29 |
| HSL | 71.61º | 0.3% | 0.59% | - |
| HSV(B) | 71.61º | 0.34% | 0.71% | - |
| XYZ | 36.7 | 43.36 | 24.2 | - |
| YUV | 171.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 120 | 0.07 | 0 | 0.34 | 0.29 | 71.61 | 0.3 | 0.59 |
| Hex | AA | B6 | 78 | 7 | 0 | 22 | 1D | 48 | 1E | 3B |
| Octal | 252 | 266 | 170 | 7 | 0 | 42 | 35 | 110 | 36 | 73 |
| Binary | 10101010 | 10110110 | 1111000 | 111 | 0 | 100010 | 11101 | 1001000 | 11110 | 111011 |
Color Harmonies of #AAB678
Complementary color
Monochromatic Colors of #AAB678
Black with #AAB678
Text Example
Text Example
White with #AAB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB678; }
p { color: rgb(170,182,120); }
H1.HeaderClassName
{
color: #AAB678;
}
.AnyTagClassName
{
color: #AAB678;
}
</style>
background-color css
<style>
a { background-color: #AAB678; }
a { background-color: rgb(170,182,120); }
div.DivClassName
{
background-color: #AAB678;
}
.BgClassName
{
background-color: #AAB678;
}
</style>
border-color css
<style>
span { border-color: #AAB678; }
span { border-color: rgb(170,182,120); }
td.TdClassName
{
border-color: #AAB678;
}
.TagClassName
{
border-color: #AAB678;
}
</style>