#AC7954

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

Shades of Medium Wood #AC7954

Tints of Medium Wood #AC7954

Color information

#AC7954 (or 0xAC7954) is unknown color: approx Medium Wood. HEX triplet: AC, 79 and 54. RGB value is (172,121,84). Sum of RGB (Red+Green+Blue) = 172+121+84=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7954 is #5386AB. Grayscale: #848484. Windows color (decimal): -5473964 or 5536172. OLE color: 5536172.

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

Color convert

RGB17212184-
CMYK00.300.510.33
HSL25.23º34.65%50.2%-
HSV(B)25.23º51.16%67.45%-
XYZ25.4523.0911.5-
YUV132.03100.9156.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=45.62%
G=32.10%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721218400.300.510.3325.2334.6550.2
HexAC795401E3321192332
Octal2541711240366341314362
Binary101011001111001101010001111011001110000111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7954; }

 p { color: rgb(172,121,84); }

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

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

 a { background-color: rgb(172,121,84); }

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

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

 span { border-color: rgb(172,121,84); }

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