#AC9948

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

Shades of Husk #AC9948

Tints of Husk #AC9948

Color information

#AC9948 (or 0xAC9948) is unknown color: approx Husk. HEX triplet: AC, 99 and 48. RGB value is (172,153,72). Sum of RGB (Red+Green+Blue) = 172+153+72=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9948 is #5366B7. Grayscale: #959595. Windows color (decimal): -5465784 or 4757932. OLE color: 4757932.

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

Color convert

RGB17215372-
CMYK00.110.580.33
HSL48.6º40.98%47.84%-
HSV(B)48.6º58.14%67.45%-
XYZ29.5732.0210.75-
YUV149.4584.29144.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=43.32%
G=38.54%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721537200.110.580.3348.640.9847.84
HexAC99480B3A21312930
Octal2542311100137241615160
Binary1010110010011001100100001011111010100001110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9948; }

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

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

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

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

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

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

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

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