#ADBD85

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

Shades of Caper #ADBD85

Tints of Caper #ADBD85

Color information

#ADBD85 (or 0xADBD85) is unknown color: approx Caper. HEX triplet: AD, BD and 85. RGB value is (173,189,133). Sum of RGB (Red+Green+Blue) = 173+189+133=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD85 is #52427A. Grayscale: #B2B2B2. Windows color (decimal): -5390971 or 8764845. OLE color: 8764845.

HSL color Cylindrical-coordinate representation of color #ADBD85: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBD85 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB173189133-
CMYK0.0800.300.26
HSL77.14º29.79%63.14%-
HSV(B)77.14º29.63%74.12%-
XYZ39.6646.9729.17-
YUV177.83102.7124.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=34.95%
G=38.18%
B=26.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891330.0800.300.2677.1429.7963.14
HexADBD85801E1A4d1e3f
Octal25527520510036321153677
Binary101011011011110110000101100001111011010100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD85; }

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

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

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

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

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

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

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

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