Shades of Caper #ADBB7B
Tints of Caper #ADBB7B
RGB
CMYK
RGB Variations
Color information
#ADBB7B (or 0xADBB7B) is known color: Caper. HEX triplet: AD, BB and 7B. RGB value is (173,187,123). Sum of RGB (Red+Green+Blue) = 173+187+123=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB7B is #524484. Grayscale: #AFAFAF. Windows color (decimal): -5391493 or 8108973. OLE color: 8108973.
HSL color Cylindrical-coordinate representation of color #ADBB7B: hue angle of 73.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADBB7B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 123 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.27 |
| HSL | 73.13º | 0.32% | 0.61% | - |
| HSV(B) | 73.13º | 0.34% | 0.73% | - |
| XYZ | 38.58 | 45.85 | 25.56 | - |
| YUV | 175.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 123 | 0.07 | 0 | 0.34 | 0.27 | 73.13 | 0.32 | 0.61 |
| Hex | AD | BB | 7B | 7 | 0 | 22 | 1B | 49 | 20 | 3D |
| Octal | 255 | 273 | 173 | 7 | 0 | 42 | 33 | 111 | 40 | 75 |
| Binary | 10101101 | 10111011 | 1111011 | 111 | 0 | 100010 | 11011 | 1001001 | 100000 | 111101 |
Color Harmonies of #ADBB7B
Complementary color
Monochromatic Colors of #ADBB7B
Black with #ADBB7B
Text Example
Text Example
White with #ADBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB7B; }
p { color: rgb(173,187,123); }
H1.HeaderClassName
{
color: #ADBB7B;
}
.AnyTagClassName
{
color: #ADBB7B;
}
</style>
background-color css
<style>
a { background-color: #ADBB7B; }
a { background-color: rgb(173,187,123); }
div.DivClassName
{
background-color: #ADBB7B;
}
.BgClassName
{
background-color: #ADBB7B;
}
</style>
border-color css
<style>
span { border-color: #ADBB7B; }
span { border-color: rgb(173,187,123); }
td.TdClassName
{
border-color: #ADBB7B;
}
.TagClassName
{
border-color: #ADBB7B;
}
</style>