#ACB97C

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

Shades of Caper #ACB97C

Tints of Caper #ACB97C

Color information

#ACB97C (or 0xACB97C) is unknown color: approx Caper. HEX triplet: AC, B9 and 7C. RGB value is (172,185,124). Sum of RGB (Red+Green+Blue) = 172+185+124=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97C is #534683. Grayscale: #AEAEAE. Windows color (decimal): -5457540 or 8173996. OLE color: 8173996.

HSL color Cylindrical-coordinate representation of color #ACB97C: hue angle of 72.79º degrees, saturation: 0.3, 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 #ACB97C is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB172185124-
CMYK0.0700.330.27
HSL72.79º30.35%60.59%-
HSV(B)72.79º32.97%72.55%-
XYZ3844.9225.74-
YUV174.1699.69126.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=35.76%
G=38.46%
B=25.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851240.0700.330.2772.7930.3560.59
HexACB97C70211B491e3d
Octal2542711747041331113675
Binary10101100101110011111100111010000111011100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB97C; }

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

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

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

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

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

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

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

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