#AC9B58

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

Shades of Husk #AC9B58

Tints of Husk #AC9B58

Color information

#AC9B58 (or 0xAC9B58) is unknown color: approx Husk. HEX triplet: AC, 9B and 58. RGB value is (172,155,88). Sum of RGB (Red+Green+Blue) = 172+155+88=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B58 is #5364A7. Grayscale: #989898. Windows color (decimal): -5465256 or 5807020. OLE color: 5807020.

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

Color convert

RGB17215588-
CMYK00.100.490.33
HSL47.86º33.6%50.98%-
HSV(B)47.86º48.84%67.45%-
XYZ30.532.9213.98-
YUV152.4591.63141.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 88 (34.77% from 255) = 21.20%
R=41.45%
G=37.35%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721558800.100.490.3347.8633.650.98
HexAC9B580A3121302233
Octal2542331300126141604263
Binary1010110010011011101100001010110001100001110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B58; }

 p { color: rgb(172,155,88); }

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

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

 a { background-color: rgb(172,155,88); }

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

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

 span { border-color: rgb(172,155,88); }

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