#ADB87F

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

Shades of Caper #ADB87F

Tints of Caper #ADB87F

Color information

#ADB87F (or 0xADB87F) is unknown color: approx Caper. HEX triplet: AD, B8 and 7F. RGB value is (173,184,127). Sum of RGB (Red+Green+Blue) = 173+184+127=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB87F is #524780. Grayscale: #AEAEAE. Windows color (decimal): -5392257 or 8370349. OLE color: 8370349.

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

Color convert

RGB173184127-
CMYK0.0600.310.28
HSL71.58º28.64%60.98%-
HSV(B)71.58º30.98%72.16%-
XYZ38.244.726.69-
YUV174.21101.36127.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 127 (50% from 255) = 26.24%
R=35.74%
G=38.02%
B=26.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841270.0600.310.2871.5828.6460.98
HexADB87F601F1C481d3d
Octal2552701776037341103575
Binary1010110110111000111111111001111111100100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB87F; }

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

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

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

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

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

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

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

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