#AC795A

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

Shades of Medium Wood #AC795A

Tints of Medium Wood #AC795A

Color information

#AC795A (or 0xAC795A) is unknown color: approx Medium Wood. HEX triplet: AC, 79 and 5A. RGB value is (172,121,90). Sum of RGB (Red+Green+Blue) = 172+121+90=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC795A is #5386A5. Grayscale: #848484. Windows color (decimal): -5473958 or 5929388. OLE color: 5929388.

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

Color convert

RGB17212190-
CMYK00.300.480.33
HSL22.68º33.06%51.37%-
HSV(B)22.68º47.67%67.45%-
XYZ25.723.1812.79-
YUV132.72103.9156.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=44.91%
G=31.59%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721219000.300.480.3322.6833.0651.37
HexAC795A01E3021172133
Octal2541711320366041274163
Binary101011001111001101101001111011000010000110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC795A; }

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

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

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

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

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

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

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

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