#ACB786

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

Shades of Caper #ACB786

Tints of Caper #ACB786

Color information

#ACB786 (or 0xACB786) is unknown color: approx Caper. HEX triplet: AC, B7 and 86. RGB value is (172,183,134). Sum of RGB (Red+Green+Blue) = 172+183+134=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB786 is #534879. Grayscale: #AEAEAE. Windows color (decimal): -5458042 or 8828844. OLE color: 8828844.

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

Color convert

RGB172183134-
CMYK0.0600.270.28
HSL73.47º25.39%62.16%-
HSV(B)73.47º26.78%71.76%-
XYZ38.2544.3629.1-
YUV174.12105.36126.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=35.17%
G=37.42%
B=27.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831340.0600.270.2873.4725.3962.16
HexACB786601B1C49193e
Octal2542672066033341113176
Binary10101100101101111000011011001101111100100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB786; }

 p { color: rgb(172,183,134); }

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

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

 a { background-color: rgb(172,183,134); }

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

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

 span { border-color: rgb(172,183,134); }

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