#ACBA8E

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

Shades of Caper #ACBA8E

Tints of Caper #ACBA8E

Color information

#ACBA8E (or 0xACBA8E) is unknown color: approx Caper. HEX triplet: AC, BA and 8E. RGB value is (172,186,142). Sum of RGB (Red+Green+Blue) = 172+186+142=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA8E is #534571. Grayscale: #B0B0B0. Windows color (decimal): -5457266 or 9353900. OLE color: 9353900.

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

Color convert

RGB172186142-
CMYK0.0800.240.27
HSL79.09º24.18%64.31%-
HSV(B)79.09º23.66%72.94%-
XYZ39.4545.8432.36-
YUV176.8108.36124.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=34.4%
G=37.2%
B=28.4%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861420.0800.240.2779.0924.1864.31
HexACBA8E80181B4f1840
Octal254272216100303311730100
Binary1010110010111010100011101000011000110111001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA8E; }

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

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

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

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

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

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

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

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