Shades of Caper #ADB47E
Tints of Caper #ADB47E
RGB
CMYK
RGB Variations
Color information
#ADB47E (or 0xADB47E) is known color: Caper. HEX triplet: AD, B4 and 7E. RGB value is (173,180,126). Sum of RGB (Red+Green+Blue) = 173+180+126=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47E is #524B81. Grayscale: #ABABAB. Windows color (decimal): -5393282 or 8303789. OLE color: 8303789.
HSL color Cylindrical-coordinate representation of color #ADB47E: hue angle of 67.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB47E is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 126 | - |
| CMYK | 0.04 | 0 | 0.3 | 0.29 |
| HSL | 67.78º | 0.26% | 0.6% | - |
| HSV(B) | 67.78º | 0.3% | 0.71% | - |
| XYZ | 37.32 | 43.03 | 26.08 | - |
| YUV | 171.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 126 | 0.04 | 0 | 0.3 | 0.29 | 67.78 | 0.26 | 0.6 |
| Hex | AD | B4 | 7E | 4 | 0 | 1E | 1D | 44 | 1A | 3C |
| Octal | 255 | 264 | 176 | 4 | 0 | 36 | 35 | 104 | 32 | 74 |
| Binary | 10101101 | 10110100 | 1111110 | 100 | 0 | 11110 | 11101 | 1000100 | 11010 | 111100 |
Color Harmonies of #ADB47E
Complementary color
Monochromatic Colors of #ADB47E
Black with #ADB47E
Text Example
Text Example
White with #ADB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB47E; }
p { color: rgb(173,180,126); }
H1.HeaderClassName
{
color: #ADB47E;
}
.AnyTagClassName
{
color: #ADB47E;
}
</style>
background-color css
<style>
a { background-color: #ADB47E; }
a { background-color: rgb(173,180,126); }
div.DivClassName
{
background-color: #ADB47E;
}
.BgClassName
{
background-color: #ADB47E;
}
</style>
border-color css
<style>
span { border-color: #ADB47E; }
span { border-color: rgb(173,180,126); }
td.TdClassName
{
border-color: #ADB47E;
}
.TagClassName
{
border-color: #ADB47E;
}
</style>