Shades of Caper #A9B572
Tints of Caper #A9B572
RGB
CMYK
RGB Variations
Color information
#A9B572 (or 0xA9B572) is known color: Caper. HEX triplet: A9, B5 and 72. RGB value is (169,181,114). Sum of RGB (Red+Green+Blue) = 169+181+114=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B572 is #564A8D. Grayscale: #AAAAAA. Windows color (decimal): -5655182 or 7517609. OLE color: 7517609.
HSL color Cylindrical-coordinate representation of color #A9B572: hue angle of 70.75º 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 #A9B572 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 114 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.29 |
| HSL | 70.75º | 0.31% | 0.58% | - |
| HSV(B) | 70.75º | 0.37% | 0.71% | - |
| XYZ | 35.92 | 42.7 | 22.27 | - |
| YUV | 169.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 114 | 0.07 | 0 | 0.37 | 0.29 | 70.75 | 0.31 | 0.58 |
| Hex | A9 | B5 | 72 | 7 | 0 | 25 | 1D | 47 | 1F | 3A |
| Octal | 251 | 265 | 162 | 7 | 0 | 45 | 35 | 107 | 37 | 72 |
| Binary | 10101001 | 10110101 | 1110010 | 111 | 0 | 100101 | 11101 | 1000111 | 11111 | 111010 |
Color Harmonies of #A9B572
Complementary color
Monochromatic Colors of #A9B572
Black with #A9B572
Text Example
Text Example
White with #A9B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B572; }
p { color: rgb(169,181,114); }
H1.HeaderClassName
{
color: #A9B572;
}
.AnyTagClassName
{
color: #A9B572;
}
</style>
background-color css
<style>
a { background-color: #A9B572; }
a { background-color: rgb(169,181,114); }
div.DivClassName
{
background-color: #A9B572;
}
.BgClassName
{
background-color: #A9B572;
}
</style>
border-color css
<style>
span { border-color: #A9B572; }
span { border-color: rgb(169,181,114); }
td.TdClassName
{
border-color: #A9B572;
}
.TagClassName
{
border-color: #A9B572;
}
</style>