#AC954D

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

Shades of Husk #AC954D

Tints of Husk #AC954D

Color information

#AC954D (or 0xAC954D) is unknown color: approx Husk. HEX triplet: AC, 95 and 4D. RGB value is (172,149,77). Sum of RGB (Red+Green+Blue) = 172+149+77=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC954D is #536AB2. Grayscale: #939393. Windows color (decimal): -5466803 or 5084588. OLE color: 5084588.

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

Color convert

RGB17214977-
CMYK00.130.550.33
HSL45.47º38.15%48.82%-
HSV(B)45.47º55.23%67.45%-
XYZ29.130.811.43-
YUV147.6788.12145.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=43.22%
G=37.44%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721497700.130.550.3345.4738.1548.82
HexAC954D0D37212d2631
Octal2542251150156741554661
Binary1010110010010101100110101101110111100001101101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC954D; }

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

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

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

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

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

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

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

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