#AC934C

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

Shades of Husk #AC934C

Tints of Husk #AC934C

Color information

#AC934C (or 0xAC934C) is unknown color: approx Husk. HEX triplet: AC, 93 and 4C. RGB value is (172,147,76). Sum of RGB (Red+Green+Blue) = 172+147+76=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC934C is #536CB3. Grayscale: #929292. Windows color (decimal): -5467316 or 5018540. OLE color: 5018540.

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

Color convert

RGB17214776-
CMYK00.150.560.33
HSL44.38º38.71%48.63%-
HSV(B)44.38º55.81%67.45%-
XYZ28.7530.1611.14-
YUV146.3888.28146.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=43.54%
G=37.22%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721477600.150.560.3344.3838.7148.63
HexAC934C0F38212c2731
Octal2542231140177041544761
Binary1010110010010011100110001111111000100001101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC934C; }

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

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

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

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

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

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

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

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