#ACB871

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

Shades of Caper #ACB871

Tints of Caper #ACB871

Color information

#ACB871 (or 0xACB871) is unknown color: approx Caper. HEX triplet: AC, B8 and 71. RGB value is (172,184,113). Sum of RGB (Red+Green+Blue) = 172+184+113=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB871 is #53478E. Grayscale: #ACACAC. Windows color (decimal): -5457807 or 7452844. OLE color: 7452844.

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

Color convert

RGB172184113-
CMYK0.0700.390.28
HSL70.14º33.33%58.24%-
HSV(B)70.14º38.59%72.16%-
XYZ37.1344.2422.21-
YUV172.3294.52127.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=36.67%
G=39.23%
B=24.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841130.0700.390.2870.1433.3358.24
HexACB87170271C46213a
Octal2542701617047341064172
Binary101011001011100011100011110100111111001000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB871; }

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

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

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

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

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

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

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

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