Shades of Caper #AAB674
Tints of Caper #AAB674
RGB
CMYK
RGB Variations
Color information
#AAB674 (or 0xAAB674) is known color: Caper. HEX triplet: AA, B6 and 74. RGB value is (170,182,116). Sum of RGB (Red+Green+Blue) = 170+182+116=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB674 is #55498B. Grayscale: #ABABAB. Windows color (decimal): -5589388 or 7648938. OLE color: 7648938.
HSL color Cylindrical-coordinate representation of color #AAB674: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB674 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 116 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.29 |
| HSL | 70.91º | 0.31% | 0.58% | - |
| HSV(B) | 70.91º | 0.36% | 0.71% | - |
| XYZ | 36.46 | 43.26 | 22.95 | - |
| YUV | 170.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 116 | 0.07 | 0 | 0.36 | 0.29 | 70.91 | 0.31 | 0.58 |
| Hex | AA | B6 | 74 | 7 | 0 | 24 | 1D | 47 | 1F | 3A |
| Octal | 252 | 266 | 164 | 7 | 0 | 44 | 35 | 107 | 37 | 72 |
| Binary | 10101010 | 10110110 | 1110100 | 111 | 0 | 100100 | 11101 | 1000111 | 11111 | 111010 |
Color Harmonies of #AAB674
Complementary color
Monochromatic Colors of #AAB674
Black with #AAB674
Text Example
Text Example
White with #AAB674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB674; }
p { color: rgb(170,182,116); }
H1.HeaderClassName
{
color: #AAB674;
}
.AnyTagClassName
{
color: #AAB674;
}
</style>
background-color css
<style>
a { background-color: #AAB674; }
a { background-color: rgb(170,182,116); }
div.DivClassName
{
background-color: #AAB674;
}
.BgClassName
{
background-color: #AAB674;
}
</style>
border-color css
<style>
span { border-color: #AAB674; }
span { border-color: rgb(170,182,116); }
td.TdClassName
{
border-color: #AAB674;
}
.TagClassName
{
border-color: #AAB674;
}
</style>