#ACBA6C

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

Shades of Caper #ACBA6C

Tints of Caper #ACBA6C

Color information

#ACBA6C (or 0xACBA6C) is unknown color: approx Caper. HEX triplet: AC, BA and 6C. RGB value is (172,186,108). Sum of RGB (Red+Green+Blue) = 172+186+108=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA6C is #534593. Grayscale: #ADADAD. Windows color (decimal): -5457300 or 7125676. OLE color: 7125676.

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

Color convert

RGB172186108-
CMYK0.0800.420.27
HSL70.77º36.11%57.65%-
HSV(B)70.77º41.94%72.94%-
XYZ37.2844.9720.9-
YUV172.9291.36127.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=36.91%
G=39.91%
B=23.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861080.0800.420.2770.7736.1157.65
HexACBA6C802A1B47243a
Octal25427215410052331074472
Binary1010110010111010110110010000101010110111000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA6C; }

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

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

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

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

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

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

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

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