Shades of Caper #AAB77D
Tints of Caper #AAB77D
RGB
CMYK
RGB Variations
Color information
#AAB77D (or 0xAAB77D) is known color: Caper. HEX triplet: AA, B7 and 7D. RGB value is (170,183,125). Sum of RGB (Red+Green+Blue) = 170+183+125=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB77D is #554882. Grayscale: #ACACAC. Windows color (decimal): -5589123 or 8239018. OLE color: 8239018.
HSL color Cylindrical-coordinate representation of color #AAB77D: hue angle of 73.45º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB77D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 125 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.28 |
| HSL | 73.45º | 0.29% | 0.6% | - |
| HSV(B) | 73.45º | 0.32% | 0.72% | - |
| XYZ | 37.21 | 43.89 | 25.91 | - |
| YUV | 172.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 125 | 0.07 | 0 | 0.32 | 0.28 | 73.45 | 0.29 | 0.6 |
| Hex | AA | B7 | 7D | 7 | 0 | 20 | 1C | 49 | 1D | 3C |
| Octal | 252 | 267 | 175 | 7 | 0 | 40 | 34 | 111 | 35 | 74 |
| Binary | 10101010 | 10110111 | 1111101 | 111 | 0 | 100000 | 11100 | 1001001 | 11101 | 111100 |
Color Harmonies of #AAB77D
Complementary color
Monochromatic Colors of #AAB77D
Black with #AAB77D
Text Example
Text Example
White with #AAB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB77D; }
p { color: rgb(170,183,125); }
H1.HeaderClassName
{
color: #AAB77D;
}
.AnyTagClassName
{
color: #AAB77D;
}
</style>
background-color css
<style>
a { background-color: #AAB77D; }
a { background-color: rgb(170,183,125); }
div.DivClassName
{
background-color: #AAB77D;
}
.BgClassName
{
background-color: #AAB77D;
}
</style>
border-color css
<style>
span { border-color: #AAB77D; }
span { border-color: rgb(170,183,125); }
td.TdClassName
{
border-color: #AAB77D;
}
.TagClassName
{
border-color: #AAB77D;
}
</style>