Shades of Caper #ADB67E
Tints of Caper #ADB67E
RGB
CMYK
RGB Variations
Color information
#ADB67E (or 0xADB67E) is known color: Caper. HEX triplet: AD, B6 and 7E. RGB value is (173,182,126). Sum of RGB (Red+Green+Blue) = 173+182+126=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67E is #524981. Grayscale: #ADADAD. Windows color (decimal): -5392770 or 8304301. OLE color: 8304301.
HSL color Cylindrical-coordinate representation of color #ADB67E: hue angle of 69.64º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB67E is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 126 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.29 |
| HSL | 69.64º | 0.28% | 0.6% | - |
| HSV(B) | 69.64º | 0.31% | 0.71% | - |
| XYZ | 37.73 | 43.85 | 26.21 | - |
| YUV | 172.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 126 | 0.05 | 0 | 0.31 | 0.29 | 69.64 | 0.28 | 0.6 |
| Hex | AD | B6 | 7E | 5 | 0 | 1F | 1D | 46 | 1C | 3C |
| Octal | 255 | 266 | 176 | 5 | 0 | 37 | 35 | 106 | 34 | 74 |
| Binary | 10101101 | 10110110 | 1111110 | 101 | 0 | 11111 | 11101 | 1000110 | 11100 | 111100 |
Color Harmonies of #ADB67E
Complementary color
Monochromatic Colors of #ADB67E
Black with #ADB67E
Text Example
Text Example
White with #ADB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB67E; }
p { color: rgb(173,182,126); }
H1.HeaderClassName
{
color: #ADB67E;
}
.AnyTagClassName
{
color: #ADB67E;
}
</style>
background-color css
<style>
a { background-color: #ADB67E; }
a { background-color: rgb(173,182,126); }
div.DivClassName
{
background-color: #ADB67E;
}
.BgClassName
{
background-color: #ADB67E;
}
</style>
border-color css
<style>
span { border-color: #ADB67E; }
span { border-color: rgb(173,182,126); }
td.TdClassName
{
border-color: #ADB67E;
}
.TagClassName
{
border-color: #ADB67E;
}
</style>