#ADB888

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

Shades of Caper #ADB888

Tints of Caper #ADB888

Color information

#ADB888 (or 0xADB888) is unknown color: approx Caper. HEX triplet: AD, B8 and 88. RGB value is (173,184,136). Sum of RGB (Red+Green+Blue) = 173+184+136=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB888 is #524777. Grayscale: #AFAFAF. Windows color (decimal): -5392248 or 8960173. OLE color: 8960173.

HSL color Cylindrical-coordinate representation of color #ADB888: hue angle of 73.75º 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 #ADB888 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB173184136-
CMYK0.0600.260.28
HSL73.75º25.26%62.75%-
HSV(B)73.75º26.09%72.16%-
XYZ38.8244.9429.92-
YUV175.24105.86126.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=35.09%
G=37.32%
B=27.59%

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
Decimal1731841360.0600.260.2873.7525.2662.75
HexADB888601A1C4a193f
Octal2552702106032341123177
Binary10101101101110001000100011001101011100100101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB888; }

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

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

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

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

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

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

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

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