#AC934F

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

Shades of Husk #AC934F

Tints of Husk #AC934F

Color information

#AC934F (or 0xAC934F) is unknown color: approx Husk. HEX triplet: AC, 93 and 4F. RGB value is (172,147,79). Sum of RGB (Red+Green+Blue) = 172+147+79=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC934F is #536CB0. Grayscale: #939393. Windows color (decimal): -5467313 or 5215148. OLE color: 5215148.

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

Color convert

RGB17214779-
CMYK00.150.540.33
HSL43.87º37.05%49.22%-
HSV(B)43.87º54.07%67.45%-
XYZ28.8630.211.71-
YUV146.7289.78146.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=43.22%
G=36.93%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721477900.150.540.3343.8737.0549.22
HexAC934F0F36212c2531
Octal2542231170176641544561
Binary1010110010010011100111101111110110100001101100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC934F; }

 p { color: rgb(172,147,79); }

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

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

 a { background-color: rgb(172,147,79); }

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

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

 span { border-color: rgb(172,147,79); }

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