#ADB871

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

Shades of Caper #ADB871

Tints of Caper #ADB871

Color information

#ADB871 (or 0xADB871) is unknown color: approx Caper. HEX triplet: AD, B8 and 71. RGB value is (173,184,113). Sum of RGB (Red+Green+Blue) = 173+184+113=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB871 is #52478E. Grayscale: #ACACAC. Windows color (decimal): -5392271 or 7452845. OLE color: 7452845.

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

Color convert

RGB173184113-
CMYK0.0600.390.28
HSL69.3º33.33%58.24%-
HSV(B)69.3º38.59%72.16%-
XYZ37.3544.3622.22-
YUV172.6294.36128.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=36.81%
G=39.15%
B=24.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841130.0600.390.2869.333.3358.24
HexADB87160271C45213a
Octal2552701616047341054172
Binary101011011011100011100011100100111111001000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB871; }

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

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

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

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

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

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

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

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