#ADB785

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

Shades of Caper #ADB785

Tints of Caper #ADB785

Color information

#ADB785 (or 0xADB785) is unknown color: approx Caper. HEX triplet: AD, B7 and 85. RGB value is (173,183,133). Sum of RGB (Red+Green+Blue) = 173+183+133=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB785 is #52487A. Grayscale: #AEAEAE. Windows color (decimal): -5392507 or 8763309. OLE color: 8763309.

HSL color Cylindrical-coordinate representation of color #ADB785: hue angle of 72º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB785 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB173183133-
CMYK0.0500.270.28
HSL72º25.77%61.96%-
HSV(B)72º27.32%71.76%-
XYZ38.444.4428.75-
YUV174.31104.69127.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=35.38%
G=37.42%
B=27.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831330.0500.270.287225.7761.96
HexADB785501B1C481a3e
Octal2552672055033341103276
Binary10101101101101111000010110101101111100100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB785; }

 p { color: rgb(173,183,133); }

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

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

 a { background-color: rgb(173,183,133); }

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

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

 span { border-color: rgb(173,183,133); }

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