#AC9450

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

Shades of Husk #AC9450

Tints of Husk #AC9450

Color information

#AC9450 (or 0xAC9450) is unknown color: approx Husk. HEX triplet: AC, 94 and 50. RGB value is (172,148,80). Sum of RGB (Red+Green+Blue) = 172+148+80=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9450 is #536BAF. Grayscale: #939393. Windows color (decimal): -5467056 or 5280940. OLE color: 5280940.

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

Color convert

RGB17214880-
CMYK00.140.530.33
HSL44.35º36.51%49.41%-
HSV(B)44.35º53.49%67.45%-
XYZ29.0530.5311.95-
YUV147.4289.95145.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 80 (31.64% from 255) = 20%
R=43%
G=37%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721488000.140.530.3344.3536.5149.41
HexAC94500E35212c2531
Octal2542241200166541544561
Binary1010110010010100101000001110110101100001101100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9450; }

 p { color: rgb(172,148,80); }

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

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

 a { background-color: rgb(172,148,80); }

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

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

 span { border-color: rgb(172,148,80); }

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