#ADB889

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

Shades of Caper #ADB889

Tints of Caper #ADB889

Color information

#ADB889 (or 0xADB889) is unknown color: approx Caper. HEX triplet: AD, B8 and 89. RGB value is (173,184,137). Sum of RGB (Red+Green+Blue) = 173+184+137=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB889 is #524776. Grayscale: #AFAFAF. Windows color (decimal): -5392247 or 9025709. OLE color: 9025709.

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

Color convert

RGB173184137-
CMYK0.0600.260.28
HSL74.04º24.87%62.94%-
HSV(B)74.04º25.54%72.16%-
XYZ38.8944.9730.3-
YUV175.35106.36126.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=35.02%
G=37.25%
B=27.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841370.0600.260.2874.0424.8762.94
HexADB889601A1C4a193f
Octal2552702116032341123177
Binary10101101101110001000100111001101011100100101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB889; }

 p { color: rgb(173,184,137); }

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

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

 a { background-color: rgb(173,184,137); }

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

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

 span { border-color: rgb(173,184,137); }

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