#ACB986

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

Shades of Caper #ACB986

Tints of Caper #ACB986

Color information

#ACB986 (or 0xACB986) is unknown color: approx Caper. HEX triplet: AC, B9 and 86. RGB value is (172,185,134). Sum of RGB (Red+Green+Blue) = 172+185+134=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB986 is #534679. Grayscale: #AFAFAF. Windows color (decimal): -5457530 or 8829356. OLE color: 8829356.

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

Color convert

RGB172185134-
CMYK0.0700.280.27
HSL75.29º26.7%62.55%-
HSV(B)75.29º27.57%72.55%-
XYZ38.6745.1929.24-
YUV175.3104.69125.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=35.03%
G=37.68%
B=27.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851340.0700.280.2775.2926.762.55
HexACB986701C1B4b1b3f
Octal2542712067034331133377
Binary10101100101110011000011011101110011011100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB986; }

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

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

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

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

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

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

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

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