Shades of Caper #AACB6B
Tints of Caper #AACB6B
RGB
CMYK
RGB Variations
Color information
#AACB6B (or 0xAACB6B) is known color: Caper. HEX triplet: AA, CB and 6B. RGB value is (170,203,107). Sum of RGB (Red+Green+Blue) = 170+203+107=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB6B is #553494. Grayscale: #B6B6B6. Windows color (decimal): -5584021 or 7064490. OLE color: 7064490.
HSL color Cylindrical-coordinate representation of color #AACB6B: hue angle of 80.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AACB6B is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 107 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.20 |
| HSL | 80.63º | 0.48% | 0.61% | - |
| HSV(B) | 80.63º | 0.47% | 0.8% | - |
| XYZ | 40.59 | 52.32 | 21.87 | - |
| YUV | 182.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 107 | 0.16 | 0 | 0.47 | 0.20 | 80.63 | 0.48 | 0.61 |
| Hex | AA | CB | 6B | 10 | 0 | 2F | 14 | 51 | 30 | 3D |
| Octal | 252 | 313 | 153 | 20 | 0 | 57 | 24 | 121 | 60 | 75 |
| Binary | 10101010 | 11001011 | 1101011 | 10000 | 0 | 101111 | 10100 | 1010001 | 110000 | 111101 |
Color Harmonies of #AACB6B
Complementary color
Monochromatic Colors of #AACB6B
Black with #AACB6B
Text Example
Text Example
White with #AACB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB6B; }
p { color: rgb(170,203,107); }
H1.HeaderClassName
{
color: #AACB6B;
}
.AnyTagClassName
{
color: #AACB6B;
}
</style>
background-color css
<style>
a { background-color: #AACB6B; }
a { background-color: rgb(170,203,107); }
div.DivClassName
{
background-color: #AACB6B;
}
.BgClassName
{
background-color: #AACB6B;
}
</style>
border-color css
<style>
span { border-color: #AACB6B; }
span { border-color: rgb(170,203,107); }
td.TdClassName
{
border-color: #AACB6B;
}
.TagClassName
{
border-color: #AACB6B;
}
</style>