#ACBA7C

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

Shades of Caper #ACBA7C

Tints of Caper #ACBA7C

Color information

#ACBA7C (or 0xACBA7C) is unknown color: approx Caper. HEX triplet: AC, BA and 7C. RGB value is (172,186,124). Sum of RGB (Red+Green+Blue) = 172+186+124=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA7C is #534583. Grayscale: #AEAEAE. Windows color (decimal): -5457284 or 8174252. OLE color: 8174252.

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

Color convert

RGB172186124-
CMYK0.0800.330.27
HSL73.55º31%60.78%-
HSV(B)73.55º33.33%72.94%-
XYZ38.2145.3425.81-
YUV174.7599.36126.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=35.68%
G=38.59%
B=25.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861240.0800.330.2773.553160.78
HexACBA7C80211B4a1f3d
Octal25427217410041331123775
Binary101011001011101011111001000010000111011100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA7C; }

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

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

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

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

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

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

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

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