#ACBA8C

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

Shades of Caper #ACBA8C

Tints of Caper #ACBA8C

Color information

#ACBA8C (or 0xACBA8C) is unknown color: approx Caper. HEX triplet: AC, BA and 8C. RGB value is (172,186,140). Sum of RGB (Red+Green+Blue) = 172+186+140=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA8C is #534573. Grayscale: #B0B0B0. Windows color (decimal): -5457268 or 9222828. OLE color: 9222828.

HSL color Cylindrical-coordinate representation of color #ACBA8C: hue angle of 78.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBA8C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB172186140-
CMYK0.0800.250.27
HSL78.26º25%63.92%-
HSV(B)78.26º24.73%72.94%-
XYZ39.3145.7831.58-
YUV176.57107.36124.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=34.54%
G=37.35%
B=28.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861400.0800.250.2778.262563.92
HexACBA8C80191B4e1940
Octal254272214100313311631100
Binary1010110010111010100011001000011001110111001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA8C; }

 p { color: rgb(172,186,140); }

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

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

 a { background-color: rgb(172,186,140); }

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

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

 span { border-color: rgb(172,186,140); }

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