Shades of Caper #ADB68B
Tints of Caper #ADB68B
RGB
CMYK
RGB Variations
Color information
#ADB68B (or 0xADB68B) is known color: Caper. HEX triplet: AD, B6 and 8B. RGB value is (173,182,139). Sum of RGB (Red+Green+Blue) = 173+182+139=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68B is #524974. Grayscale: #AEAEAE. Windows color (decimal): -5392757 or 9156269. OLE color: 9156269.
HSL color Cylindrical-coordinate representation of color #ADB68B: hue angle of 72.56º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB68B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 139 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.29 |
| HSL | 72.56º | 0.23% | 0.63% | - |
| HSV(B) | 72.56º | 0.24% | 0.71% | - |
| XYZ | 38.62 | 44.2 | 30.92 | - |
| YUV | 174.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 139 | 0.05 | 0 | 0.24 | 0.29 | 72.56 | 0.23 | 0.63 |
| Hex | AD | B6 | 8B | 5 | 0 | 18 | 1D | 49 | 17 | 3F |
| Octal | 255 | 266 | 213 | 5 | 0 | 30 | 35 | 111 | 27 | 77 |
| Binary | 10101101 | 10110110 | 10001011 | 101 | 0 | 11000 | 11101 | 1001001 | 10111 | 111111 |
Color Harmonies of #ADB68B
Complementary color
Monochromatic Colors of #ADB68B
Black with #ADB68B
Text Example
Text Example
White with #ADB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB68B; }
p { color: rgb(173,182,139); }
H1.HeaderClassName
{
color: #ADB68B;
}
.AnyTagClassName
{
color: #ADB68B;
}
</style>
background-color css
<style>
a { background-color: #ADB68B; }
a { background-color: rgb(173,182,139); }
div.DivClassName
{
background-color: #ADB68B;
}
.BgClassName
{
background-color: #ADB68B;
}
</style>
border-color css
<style>
span { border-color: #ADB68B; }
span { border-color: rgb(173,182,139); }
td.TdClassName
{
border-color: #ADB68B;
}
.TagClassName
{
border-color: #ADB68B;
}
</style>