#AC9751

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

Shades of Husk #AC9751

Tints of Husk #AC9751

Color information

#AC9751 (or 0xAC9751) is unknown color: approx Husk. HEX triplet: AC, 97 and 51. RGB value is (172,151,81). Sum of RGB (Red+Green+Blue) = 172+151+81=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9751 is #5368AE. Grayscale: #959595. Windows color (decimal): -5466287 or 5347244. OLE color: 5347244.

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

Color convert

RGB17215181-
CMYK00.120.530.33
HSL46.15º35.97%49.61%-
HSV(B)46.15º52.91%67.45%-
XYZ29.5731.512.31-
YUV149.389.46144.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=42.57%
G=37.38%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721518100.120.530.3346.1535.9749.61
HexAC97510C35212e2432
Octal2542271210146541564462
Binary1010110010010111101000101100110101100001101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9751; }

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

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

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

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

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

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

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

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