#AC974B

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

Shades of Husk #AC974B

Tints of Husk #AC974B

Color information

#AC974B (or 0xAC974B) is unknown color: approx Husk. HEX triplet: AC, 97 and 4B. RGB value is (172,151,75). Sum of RGB (Red+Green+Blue) = 172+151+75=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC974B is #5368B4. Grayscale: #949494. Windows color (decimal): -5466293 or 4954028. OLE color: 4954028.

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

Color convert

RGB17215175-
CMYK00.120.560.33
HSL47.01º39.27%48.43%-
HSV(B)47.01º56.4%67.45%-
XYZ29.3531.4111.17-
YUV148.6286.46144.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=43.22%
G=37.94%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721517500.120.560.3347.0139.2748.43
HexAC974B0C38212f2730
Octal2542271130147041574760
Binary1010110010010111100101101100111000100001101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC974B; }

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

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

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

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

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

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

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

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