Shades of Caper #AACA7B
Tints of Caper #AACA7B
RGB
CMYK
RGB Variations
Color information
#AACA7B (or 0xAACA7B) is known color: Caper. HEX triplet: AA, CA and 7B. RGB value is (170,202,123). Sum of RGB (Red+Green+Blue) = 170+202+123=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA7B is #553584. Grayscale: #B7B7B7. Windows color (decimal): -5584261 or 8112810. OLE color: 8112810.
HSL color Cylindrical-coordinate representation of color #AACA7B: hue angle of 84.3º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACA7B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 123 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.21 |
| HSL | 84.3º | 0.43% | 0.64% | - |
| HSV(B) | 84.3º | 0.39% | 0.79% | - |
| XYZ | 41.27 | 52.22 | 26.64 | - |
| YUV | 183.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 123 | 0.16 | 0 | 0.39 | 0.21 | 84.3 | 0.43 | 0.64 |
| Hex | AA | CA | 7B | 10 | 0 | 27 | 15 | 54 | 2B | 40 |
| Octal | 252 | 312 | 173 | 20 | 0 | 47 | 25 | 124 | 53 | 100 |
| Binary | 10101010 | 11001010 | 1111011 | 10000 | 0 | 100111 | 10101 | 1010100 | 101011 | 1000000 |
Color Harmonies of #AACA7B
Complementary color
Monochromatic Colors of #AACA7B
Black with #AACA7B
Text Example
Text Example
White with #AACA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA7B; }
p { color: rgb(170,202,123); }
H1.HeaderClassName
{
color: #AACA7B;
}
.AnyTagClassName
{
color: #AACA7B;
}
</style>
background-color css
<style>
a { background-color: #AACA7B; }
a { background-color: rgb(170,202,123); }
div.DivClassName
{
background-color: #AACA7B;
}
.BgClassName
{
background-color: #AACA7B;
}
</style>
border-color css
<style>
span { border-color: #AACA7B; }
span { border-color: rgb(170,202,123); }
td.TdClassName
{
border-color: #AACA7B;
}
.TagClassName
{
border-color: #AACA7B;
}
</style>