Shades of Caper #AABB7D
Tints of Caper #AABB7D
RGB
CMYK
RGB Variations
Color information
#AABB7D (or 0xAABB7D) is known color: Caper. HEX triplet: AA, BB and 7D. RGB value is (170,187,125). Sum of RGB (Red+Green+Blue) = 170+187+125=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB7D is #554482. Grayscale: #AFAFAF. Windows color (decimal): -5588099 or 8240042. OLE color: 8240042.
HSL color Cylindrical-coordinate representation of color #AABB7D: hue angle of 76.45º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABB7D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 125 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.27 |
| HSL | 76.45º | 0.31% | 0.61% | - |
| HSV(B) | 76.45º | 0.33% | 0.73% | - |
| XYZ | 38.05 | 45.57 | 26.19 | - |
| YUV | 174.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 125 | 0.09 | 0 | 0.33 | 0.27 | 76.45 | 0.31 | 0.61 |
| Hex | AA | BB | 7D | 9 | 0 | 21 | 1B | 4C | 1F | 3D |
| Octal | 252 | 273 | 175 | 11 | 0 | 41 | 33 | 114 | 37 | 75 |
| Binary | 10101010 | 10111011 | 1111101 | 1001 | 0 | 100001 | 11011 | 1001100 | 11111 | 111101 |
Color Harmonies of #AABB7D
Complementary color
Monochromatic Colors of #AABB7D
Black with #AABB7D
Text Example
Text Example
White with #AABB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB7D; }
p { color: rgb(170,187,125); }
H1.HeaderClassName
{
color: #AABB7D;
}
.AnyTagClassName
{
color: #AABB7D;
}
</style>
background-color css
<style>
a { background-color: #AABB7D; }
a { background-color: rgb(170,187,125); }
div.DivClassName
{
background-color: #AABB7D;
}
.BgClassName
{
background-color: #AABB7D;
}
</style>
border-color css
<style>
span { border-color: #AABB7D; }
span { border-color: rgb(170,187,125); }
td.TdClassName
{
border-color: #AABB7D;
}
.TagClassName
{
border-color: #AABB7D;
}
</style>