#ACB971

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

Shades of Caper #ACB971

Tints of Caper #ACB971

Color information

#ACB971 (or 0xACB971) is unknown color: approx Caper. HEX triplet: AC, B9 and 71. RGB value is (172,185,113). Sum of RGB (Red+Green+Blue) = 172+185+113=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB971 is #53468E. Grayscale: #ADADAD. Windows color (decimal): -5457551 or 7453100. OLE color: 7453100.

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

Color convert

RGB172185113-
CMYK0.0700.390.27
HSL70.83º33.96%58.43%-
HSV(B)70.83º38.92%72.55%-
XYZ37.3444.6622.28-
YUV172.994.19127.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=36.60%
G=39.36%
B=24.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851130.0700.390.2770.8333.9658.43
HexACB97170271B47223a
Octal2542711617047331074272
Binary101011001011100111100011110100111110111000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB971; }

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

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

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

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

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

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

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

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