#ACBC86

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

Shades of Caper #ACBC86

Tints of Caper #ACBC86

Color information

#ACBC86 (or 0xACBC86) is unknown color: approx Caper. HEX triplet: AC, BC and 86. RGB value is (172,188,134). Sum of RGB (Red+Green+Blue) = 172+188+134=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC86 is #534379. Grayscale: #B1B1B1. Windows color (decimal): -5456762 or 8830124. OLE color: 8830124.

HSL color Cylindrical-coordinate representation of color #ACBC86: hue angle of 77.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACBC86 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB172188134-
CMYK0.0900.290.26
HSL77.78º28.72%63.14%-
HSV(B)77.78º28.72%73.73%-
XYZ39.346.4629.45-
YUV177.06103.7124.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=34.82%
G=38.06%
B=27.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881340.0900.290.2677.7828.7263.14
HexACBC86901D1A4e1d3f
Octal25427420611035321163577
Binary101011001011110010000110100101110111010100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC86; }

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

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

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

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

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

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

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

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