#ACB973

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

Shades of Caper #ACB973

Tints of Caper #ACB973

Color information

#ACB973 (or 0xACB973) is unknown color: approx Caper. HEX triplet: AC, B9 and 73. RGB value is (172,185,115). Sum of RGB (Red+Green+Blue) = 172+185+115=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB973 is #53468C. Grayscale: #ADADAD. Windows color (decimal): -5457549 or 7584172. OLE color: 7584172.

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

Color convert

RGB172185115-
CMYK0.0700.380.27
HSL71.14º33.33%58.82%-
HSV(B)71.14º37.84%72.55%-
XYZ37.4644.7122.87-
YUV173.1395.19127.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=36.44%
G=39.19%
B=24.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851150.0700.380.2771.1433.3358.82
HexACB97370261B47213b
Octal2542711637046331074173
Binary101011001011100111100111110100110110111000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB973; }

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

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

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

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

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

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

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

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