Shades of Caper #ADBB7E
Tints of Caper #ADBB7E
RGB
CMYK
RGB Variations
Color information
#ADBB7E (or 0xADBB7E) is known color: Caper. HEX triplet: AD, BB and 7E. RGB value is (173,187,126). Sum of RGB (Red+Green+Blue) = 173+187+126=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB7E is #524481. Grayscale: #B0B0B0. Windows color (decimal): -5391490 or 8305581. OLE color: 8305581.
HSL color Cylindrical-coordinate representation of color #ADBB7E: hue angle of 73.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADBB7E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 126 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.27 |
| HSL | 73.77º | 0.31% | 0.61% | - |
| HSV(B) | 73.77º | 0.33% | 0.73% | - |
| XYZ | 38.77 | 45.93 | 26.56 | - |
| YUV | 175.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 126 | 0.07 | 0 | 0.33 | 0.27 | 73.77 | 0.31 | 0.61 |
| Hex | AD | BB | 7E | 7 | 0 | 21 | 1B | 4A | 1F | 3D |
| Octal | 255 | 273 | 176 | 7 | 0 | 41 | 33 | 112 | 37 | 75 |
| Binary | 10101101 | 10111011 | 1111110 | 111 | 0 | 100001 | 11011 | 1001010 | 11111 | 111101 |
Color Harmonies of #ADBB7E
Complementary color
Monochromatic Colors of #ADBB7E
Black with #ADBB7E
Text Example
Text Example
White with #ADBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB7E; }
p { color: rgb(173,187,126); }
H1.HeaderClassName
{
color: #ADBB7E;
}
.AnyTagClassName
{
color: #ADBB7E;
}
</style>
background-color css
<style>
a { background-color: #ADBB7E; }
a { background-color: rgb(173,187,126); }
div.DivClassName
{
background-color: #ADBB7E;
}
.BgClassName
{
background-color: #ADBB7E;
}
</style>
border-color css
<style>
span { border-color: #ADBB7E; }
span { border-color: rgb(173,187,126); }
td.TdClassName
{
border-color: #ADBB7E;
}
.TagClassName
{
border-color: #ADBB7E;
}
</style>