Shades of Caper #AAB572
Tints of Caper #AAB572
RGB
CMYK
RGB Variations
Color information
#AAB572 (or 0xAAB572) is known color: Caper. HEX triplet: AA, B5 and 72. RGB value is (170,181,114). Sum of RGB (Red+Green+Blue) = 170+181+114=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB572 is #554A8D. Grayscale: #AAAAAA. Windows color (decimal): -5589646 or 7517610. OLE color: 7517610.
HSL color Cylindrical-coordinate representation of color #AAB572: hue angle of 69.85º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB572 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 114 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.29 |
| HSL | 69.85º | 0.31% | 0.58% | - |
| HSV(B) | 69.85º | 0.37% | 0.71% | - |
| XYZ | 36.14 | 42.81 | 22.28 | - |
| YUV | 170.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 114 | 0.06 | 0 | 0.37 | 0.29 | 69.85 | 0.31 | 0.58 |
| Hex | AA | B5 | 72 | 6 | 0 | 25 | 1D | 46 | 1F | 3A |
| Octal | 252 | 265 | 162 | 6 | 0 | 45 | 35 | 106 | 37 | 72 |
| Binary | 10101010 | 10110101 | 1110010 | 110 | 0 | 100101 | 11101 | 1000110 | 11111 | 111010 |
Color Harmonies of #AAB572
Complementary color
Monochromatic Colors of #AAB572
Black with #AAB572
Text Example
Text Example
White with #AAB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB572; }
p { color: rgb(170,181,114); }
H1.HeaderClassName
{
color: #AAB572;
}
.AnyTagClassName
{
color: #AAB572;
}
</style>
background-color css
<style>
a { background-color: #AAB572; }
a { background-color: rgb(170,181,114); }
div.DivClassName
{
background-color: #AAB572;
}
.BgClassName
{
background-color: #AAB572;
}
</style>
border-color css
<style>
span { border-color: #AAB572; }
span { border-color: rgb(170,181,114); }
td.TdClassName
{
border-color: #AAB572;
}
.TagClassName
{
border-color: #AAB572;
}
</style>