Shades of Caper #ADB67A
Tints of Caper #ADB67A
RGB
CMYK
RGB Variations
Color information
#ADB67A (or 0xADB67A) is known color: Caper. HEX triplet: AD, B6 and 7A. RGB value is (173,182,122). Sum of RGB (Red+Green+Blue) = 173+182+122=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67A is #524985. Grayscale: #ACACAC. Windows color (decimal): -5392774 or 8042157. OLE color: 8042157.
HSL color Cylindrical-coordinate representation of color #ADB67A: hue angle of 69º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADB67A is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 122 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.29 |
| HSL | 69º | 0.29% | 0.6% | - |
| HSV(B) | 69º | 0.33% | 0.71% | - |
| XYZ | 37.47 | 43.75 | 24.88 | - |
| YUV | 172.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 122 | 0.05 | 0 | 0.33 | 0.29 | 69 | 0.29 | 0.6 |
| Hex | AD | B6 | 7A | 5 | 0 | 21 | 1D | 45 | 1D | 3C |
| Octal | 255 | 266 | 172 | 5 | 0 | 41 | 35 | 105 | 35 | 74 |
| Binary | 10101101 | 10110110 | 1111010 | 101 | 0 | 100001 | 11101 | 1000101 | 11101 | 111100 |
Color Harmonies of #ADB67A
Complementary color
Monochromatic Colors of #ADB67A
Black with #ADB67A
Text Example
Text Example
White with #ADB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB67A; }
p { color: rgb(173,182,122); }
H1.HeaderClassName
{
color: #ADB67A;
}
.AnyTagClassName
{
color: #ADB67A;
}
</style>
background-color css
<style>
a { background-color: #ADB67A; }
a { background-color: rgb(173,182,122); }
div.DivClassName
{
background-color: #ADB67A;
}
.BgClassName
{
background-color: #ADB67A;
}
</style>
border-color css
<style>
span { border-color: #ADB67A; }
span { border-color: rgb(173,182,122); }
td.TdClassName
{
border-color: #ADB67A;
}
.TagClassName
{
border-color: #ADB67A;
}
</style>