#ACBA88

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

Shades of Caper #ACBA88

Tints of Caper #ACBA88

Color information

#ACBA88 (or 0xACBA88) is unknown color: approx Caper. HEX triplet: AC, BA and 88. RGB value is (172,186,136). Sum of RGB (Red+Green+Blue) = 172+186+136=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA88 is #534577. Grayscale: #B0B0B0. Windows color (decimal): -5457272 or 8960684. OLE color: 8960684.

HSL color Cylindrical-coordinate representation of color #ACBA88: hue angle of 76.8º 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 #ACBA88 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB172186136-
CMYK0.0800.270.27
HSL76.8º26.6%63.14%-
HSV(B)76.8º26.88%72.94%-
XYZ39.0245.6730.05-
YUV176.11105.36125.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=34.82%
G=37.65%
B=27.53%

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
Decimal1721861360.0800.270.2776.826.663.14
HexACBA88801B1B4d1b3f
Octal25427221010033331153377
Binary101011001011101010001000100001101111011100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA88; }

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

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

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

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

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

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

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

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