#ADB884

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

Shades of Caper #ADB884

Tints of Caper #ADB884

Color information

#ADB884 (or 0xADB884) is unknown color: approx Caper. HEX triplet: AD, B8 and 84. RGB value is (173,184,132). Sum of RGB (Red+Green+Blue) = 173+184+132=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB884 is #52477B. Grayscale: #AEAEAE. Windows color (decimal): -5392252 or 8698029. OLE color: 8698029.

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

Color convert

RGB173184132-
CMYK0.0600.280.28
HSL72.69º26.8%61.96%-
HSV(B)72.69º28.26%72.16%-
XYZ38.5444.8328.45-
YUV174.78103.86126.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=35.38%
G=37.63%
B=26.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841320.0600.280.2872.6926.861.96
HexADB884601C1C491b3e
Octal2552702046034341113376
Binary10101101101110001000010011001110011100100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB884; }

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

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

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

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

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

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

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

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