Shades of Caper #ADB983
Tints of Caper #ADB983
RGB
CMYK
RGB Variations
Color information
#ADB983 (or 0xADB983) is known color: Caper. HEX triplet: AD, B9 and 83. RGB value is (173,185,131). Sum of RGB (Red+Green+Blue) = 173+185+131=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB983 is #52467C. Grayscale: #AFAFAF. Windows color (decimal): -5391997 or 8632749. OLE color: 8632749.
HSL color Cylindrical-coordinate representation of color #ADB983: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB983 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 185 | 131 | - |
CMYK | 0.06 | 0 | 0.29 | 0.27 |
HSL | 73.33º | 0.28% | 0.62% | - |
HSV(B) | 73.33º | 0.29% | 0.73% | - |
XYZ | 38.68 | 45.22 | 28.16 | - |
YUV | 175.26 | 103.02 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 185 | 131 | 0.06 | 0 | 0.29 | 0.27 | 73.33 | 0.28 | 0.62 |
Hex | AD | B9 | 83 | 6 | 0 | 1D | 1B | 49 | 1C | 3E |
Octal | 255 | 271 | 203 | 6 | 0 | 35 | 33 | 111 | 34 | 76 |
Binary | 10101101 | 10111001 | 10000011 | 110 | 0 | 11101 | 11011 | 1001001 | 11100 | 111110 |
Color Harmonies of #ADB983
Complementary color
Monochromatic Colors of #ADB983
Black with #ADB983
Text Example
Text Example
White with #ADB983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB983; }
p { color: rgb(173,185,131); }
H1.HeaderClassName
{
color: #ADB983;
}
.AnyTagClassName
{
color: #ADB983;
}
</style>
background-color css
<style>
a { background-color: #ADB983; }
a { background-color: rgb(173,185,131); }
div.DivClassName
{
background-color: #ADB983;
}
.BgClassName
{
background-color: #ADB983;
}
</style>
border-color css
<style>
span { border-color: #ADB983; }
span { border-color: rgb(173,185,131); }
td.TdClassName
{
border-color: #ADB983;
}
.TagClassName
{
border-color: #ADB983;
}
</style>