#AC9557

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

Shades of Husk #AC9557

Tints of Husk #AC9557

Color information

#AC9557 (or 0xAC9557) is unknown color: approx Husk. HEX triplet: AC, 95 and 57. RGB value is (172,149,87). Sum of RGB (Red+Green+Blue) = 172+149+87=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9557 is #536AA8. Grayscale: #959595. Windows color (decimal): -5466793 or 5739948. OLE color: 5739948.

HSL color Cylindrical-coordinate representation of color #AC9557: hue angle of 43.76º 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 #AC9557 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17214987-
CMYK00.130.490.33
HSL43.76º33.86%50.78%-
HSV(B)43.76º49.42%67.45%-
XYZ29.4830.9513.44-
YUV148.8193.12144.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=42.16%
G=36.52%
B=21.32%

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
Decimal1721498700.130.490.3343.7633.8650.78
HexAC95570D31212c2233
Octal2542251270156141544263
Binary1010110010010101101011101101110001100001101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9557; }

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

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

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

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

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

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

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

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