#AC924E

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

Shades of Husk #AC924E

Tints of Husk #AC924E

Color information

#AC924E (or 0xAC924E) is unknown color: approx Husk. HEX triplet: AC, 92 and 4E. RGB value is (172,146,78). Sum of RGB (Red+Green+Blue) = 172+146+78=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC924E is #536DB1. Grayscale: #929292. Windows color (decimal): -5467570 or 5149356. OLE color: 5149356.

HSL color Cylindrical-coordinate representation of color #AC924E: hue angle of 43.4º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC924E is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17214678-
CMYK00.150.550.33
HSL43.4º37.6%49.02%-
HSV(B)43.4º54.65%67.45%-
XYZ28.6729.8811.46-
YUV146.0289.61146.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=43.43%
G=36.87%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721467800.150.550.3343.437.649.02
HexAC924E0F37212b2631
Octal2542221160176741534661
Binary1010110010010010100111001111110111100001101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC924E; }

 p { color: rgb(172,146,78); }

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

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

 a { background-color: rgb(172,146,78); }

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

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

 span { border-color: rgb(172,146,78); }

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