#ACBA87

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

Shades of Caper #ACBA87

Tints of Caper #ACBA87

Color information

#ACBA87 (or 0xACBA87) is unknown color: approx Caper. HEX triplet: AC, BA and 87. RGB value is (172,186,135). Sum of RGB (Red+Green+Blue) = 172+186+135=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA87 is #534578. Grayscale: #B0B0B0. Windows color (decimal): -5457273 or 8895148. OLE color: 8895148.

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

Color convert

RGB172186135-
CMYK0.0800.270.27
HSL76.47º26.98%62.94%-
HSV(B)76.47º27.42%72.94%-
XYZ38.9545.6429.68-
YUV176104.86125.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=34.89%
G=37.73%
B=27.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861350.0800.270.2776.4726.9862.94
HexACBA87801B1B4c1b3f
Octal25427220710033331143377
Binary101011001011101010000111100001101111011100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA87; }

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

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

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

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

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

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

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

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