#AC9648

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

Shades of Husk #AC9648

Tints of Husk #AC9648

Color information

#AC9648 (or 0xAC9648) is unknown color: approx Husk. HEX triplet: AC, 96 and 48. RGB value is (172,150,72). Sum of RGB (Red+Green+Blue) = 172+150+72=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9648 is #5369B7. Grayscale: #949494. Windows color (decimal): -5466552 or 4757164. OLE color: 4757164.

HSL color Cylindrical-coordinate representation of color #AC9648: hue angle of 46.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9648 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17215072-
CMYK00.130.580.33
HSL46.8º40.98%47.84%-
HSV(B)46.8º58.14%67.45%-
XYZ29.0931.0510.59-
YUV147.6985.29145.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=43.65%
G=38.07%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721507200.130.580.3346.840.9847.84
HexAC96480D3A212f2930
Octal2542261100157241575160
Binary1010110010010110100100001101111010100001101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9648; }

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

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

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

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

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

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

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

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