#AC934D

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

Shades of Husk #AC934D

Tints of Husk #AC934D

Color information

#AC934D (or 0xAC934D) is unknown color: approx Husk. HEX triplet: AC, 93 and 4D. RGB value is (172,147,77). Sum of RGB (Red+Green+Blue) = 172+147+77=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC934D is #536CB2. Grayscale: #929292. Windows color (decimal): -5467315 or 5084076. OLE color: 5084076.

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

Color convert

RGB17214777-
CMYK00.150.550.33
HSL44.21º38.15%48.82%-
HSV(B)44.21º55.23%67.45%-
XYZ28.7930.1711.33-
YUV146.4988.78146.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=43.43%
G=37.12%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721477700.150.550.3344.2138.1548.82
HexAC934D0F37212c2631
Octal2542231150176741544661
Binary1010110010010011100110101111110111100001101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC934D; }

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

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

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

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

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

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

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

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