#AC9657

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

Shades of Husk #AC9657

Tints of Husk #AC9657

Color information

#AC9657 (or 0xAC9657) is unknown color: approx Husk. HEX triplet: AC, 96 and 57. RGB value is (172,150,87). Sum of RGB (Red+Green+Blue) = 172+150+87=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9657 is #5369A8. Grayscale: #959595. Windows color (decimal): -5466537 or 5740204. OLE color: 5740204.

HSL color Cylindrical-coordinate representation of color #AC9657: hue angle of 44.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9657 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17215087-
CMYK00.130.490.33
HSL44.47º33.86%50.78%-
HSV(B)44.47º49.42%67.45%-
XYZ29.6431.2713.49-
YUV149.492.79144.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=42.05%
G=36.67%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721508700.130.490.3344.4733.8650.78
HexAC96570D31212c2233
Octal2542261270156141544263
Binary1010110010010110101011101101110001100001101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9657; }

 p { color: rgb(172,150,87); }

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

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

 a { background-color: rgb(172,150,87); }

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

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

 span { border-color: rgb(172,150,87); }

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