Shades of Caper #ADB775
Tints of Caper #ADB775
RGB
CMYK
RGB Variations
Color information
#ADB775 (or 0xADB775) is known color: Caper. HEX triplet: AD, B7 and 75. RGB value is (173,183,117). Sum of RGB (Red+Green+Blue) = 173+183+117=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB775 is #52488A. Grayscale: #ACACAC. Windows color (decimal): -5392523 or 7714733. OLE color: 7714733.
HSL color Cylindrical-coordinate representation of color #ADB775: hue angle of 69.09º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB775 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 117 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.28 |
| HSL | 69.09º | 0.31% | 0.59% | - |
| HSV(B) | 69.09º | 0.36% | 0.72% | - |
| XYZ | 37.38 | 44.04 | 23.36 | - |
| YUV | 172.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 117 | 0.05 | 0 | 0.36 | 0.28 | 69.09 | 0.31 | 0.59 |
| Hex | AD | B7 | 75 | 5 | 0 | 24 | 1C | 45 | 1F | 3B |
| Octal | 255 | 267 | 165 | 5 | 0 | 44 | 34 | 105 | 37 | 73 |
| Binary | 10101101 | 10110111 | 1110101 | 101 | 0 | 100100 | 11100 | 1000101 | 11111 | 111011 |
Color Harmonies of #ADB775
Complementary color
Monochromatic Colors of #ADB775
Black with #ADB775
Text Example
Text Example
White with #ADB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB775; }
p { color: rgb(173,183,117); }
H1.HeaderClassName
{
color: #ADB775;
}
.AnyTagClassName
{
color: #ADB775;
}
</style>
background-color css
<style>
a { background-color: #ADB775; }
a { background-color: rgb(173,183,117); }
div.DivClassName
{
background-color: #ADB775;
}
.BgClassName
{
background-color: #ADB775;
}
</style>
border-color css
<style>
span { border-color: #ADB775; }
span { border-color: rgb(173,183,117); }
td.TdClassName
{
border-color: #ADB775;
}
.TagClassName
{
border-color: #ADB775;
}
</style>