#ACBA8F

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

Shades of Caper #ACBA8F

Tints of Caper #ACBA8F

Color information

#ACBA8F (or 0xACBA8F) is unknown color: approx Caper. HEX triplet: AC, BA and 8F. RGB value is (172,186,143). Sum of RGB (Red+Green+Blue) = 172+186+143=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA8F is #534570. Grayscale: #B1B1B1. Windows color (decimal): -5457265 or 9419436. OLE color: 9419436.

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

Color convert

RGB172186143-
CMYK0.0800.230.27
HSL79.53º23.76%64.51%-
HSV(B)79.53º23.12%72.94%-
XYZ39.5345.8732.76-
YUV176.91108.86124.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=34.33%
G=37.13%
B=28.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861430.0800.230.2779.5323.7664.51
HexACBA8F80171B501841
Octal254272217100273312030101
Binary1010110010111010100011111000010111110111010000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA8F; }

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

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

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

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

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

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

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

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