#ADB586

Color #ADB586 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADB586

Tints of Caper #ADB586

Color information

#ADB586 (or 0xADB586) is unknown color: approx Caper. HEX triplet: AD, B5 and 86. RGB value is (173,181,134). Sum of RGB (Red+Green+Blue) = 173+181+134=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB586 is #524A79. Grayscale: #ADADAD. Windows color (decimal): -5393018 or 8828333. OLE color: 8828333.

HSL color Cylindrical-coordinate representation of color #ADB586: hue angle of 70.21º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB586 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB173181134-
CMYK0.0400.260.29
HSL70.21º24.1%61.76%-
HSV(B)70.21º25.97%70.98%-
XYZ38.0643.6528.97-
YUV173.25105.85127.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=35.45%
G=37.09%
B=27.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811340.0400.260.2970.2124.161.76
HexADB586401A1D46183e
Octal2552652064032351063076
Binary10101101101101011000011010001101011101100011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB586; }

 p { color: rgb(173,181,134); }

 H1.HeaderClassName
 {
   color: #ADB586;
 }
 .AnyTagClassName
 {
   color: #ADB586;
 }
</style>
background-color css

<style>
 a { background-color: #ADB586; }

 a { background-color: rgb(173,181,134); }

 div.DivClassName
 {
   background-color: #ADB586;
 }
 .BgClassName
 {
   background-color: #ADB586;
 }
</style>
border-color css

<style>
 span { border-color: #ADB586; }

 span { border-color: rgb(173,181,134); }

 td.TdClassName
 {
   border-color: #ADB586;
 }
 .TagClassName
 {
   border-color: #ADB586;
 }
</style>