#AC9650

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

Shades of Husk #AC9650

Tints of Husk #AC9650

Color information

#AC9650 (or 0xAC9650) is unknown color: approx Husk. HEX triplet: AC, 96 and 50. RGB value is (172,150,80). Sum of RGB (Red+Green+Blue) = 172+150+80=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9650 is #5369AF. Grayscale: #949494. Windows color (decimal): -5466544 or 5281452. OLE color: 5281452.

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

Color convert

RGB17215080-
CMYK00.130.530.33
HSL45.65º36.51%49.41%-
HSV(B)45.65º53.49%67.45%-
XYZ29.3731.1612.06-
YUV148.689.29144.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=42.79%
G=37.31%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721508000.130.530.3345.6536.5149.41
HexAC96500D35212e2531
Octal2542261200156541564561
Binary1010110010010110101000001101110101100001101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9650; }

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

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

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

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

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

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

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

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