#AC825D

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

Shades of Medium Wood #AC825D

Tints of Medium Wood #AC825D

Color information

#AC825D (or 0xAC825D) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 5D. RGB value is (172,130,93). Sum of RGB (Red+Green+Blue) = 172+130+93=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825D is #537DA2. Grayscale: #8A8A8A. Windows color (decimal): -5471651 or 6128300. OLE color: 6128300.

HSL color Cylindrical-coordinate representation of color #AC825D: hue angle of 28.1º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC825D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17213093-
CMYK00.240.460.33
HSL28.1º32.24%51.96%-
HSV(B)28.1º45.93%67.45%-
XYZ26.9725.5313.86-
YUV138.34102.41152.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=43.54%
G=32.91%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721309300.240.460.3328.132.2451.96
HexAC825D0182E211c2034
Octal2542021350305641344064
Binary1010110010000010101110101100010111010000111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC825D; }

 p { color: rgb(172,130,93); }

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

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

 a { background-color: rgb(172,130,93); }

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

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

 span { border-color: rgb(172,130,93); }

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