#AC9857

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

Shades of Husk #AC9857

Tints of Husk #AC9857

Color information

#AC9857 (or 0xAC9857) is unknown color: approx Husk. HEX triplet: AC, 98 and 57. RGB value is (172,152,87). Sum of RGB (Red+Green+Blue) = 172+152+87=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9857 is #5367A8. Grayscale: #969696. Windows color (decimal): -5466025 or 5740716. OLE color: 5740716.

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

Color convert

RGB17215287-
CMYK00.120.490.33
HSL45.88º33.86%50.78%-
HSV(B)45.88º49.42%67.45%-
XYZ29.9631.9213.6-
YUV150.5792.13143.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=41.85%
G=36.98%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721528700.120.490.3345.8833.8650.78
HexAC98570C31212e2233
Octal2542301270146141564263
Binary1010110010011000101011101100110001100001101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9857; }

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

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

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

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

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

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

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

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