#AC9748

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

Shades of Husk #AC9748

Tints of Husk #AC9748

Color information

#AC9748 (or 0xAC9748) is unknown color: approx Husk. HEX triplet: AC, 97 and 48. RGB value is (172,151,72). Sum of RGB (Red+Green+Blue) = 172+151+72=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9748 is #5368B7. Grayscale: #949494. Windows color (decimal): -5466296 or 4757420. OLE color: 4757420.

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

Color convert

RGB17215172-
CMYK00.120.580.33
HSL47.4º40.98%47.84%-
HSV(B)47.4º58.14%67.45%-
XYZ29.2531.3710.64-
YUV148.2784.96144.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=43.54%
G=38.23%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721517200.120.580.3347.440.9847.84
HexAC97480C3A212f2930
Octal2542271100147241575160
Binary1010110010010111100100001100111010100001101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9748; }

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

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

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

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

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

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

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

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