#AC825B

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

Shades of Medium Wood #AC825B

Tints of Medium Wood #AC825B

Color information

#AC825B (or 0xAC825B) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 5B. RGB value is (172,130,91). Sum of RGB (Red+Green+Blue) = 172+130+91=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825B is #537DA4. Grayscale: #8A8A8A. Windows color (decimal): -5471653 or 5997228. OLE color: 5997228.

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

Color convert

RGB17213091-
CMYK00.240.470.33
HSL28.89º32.79%51.57%-
HSV(B)28.89º47.09%67.45%-
XYZ26.8825.4913.4-
YUV138.11101.41152.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=43.77%
G=33.08%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721309100.240.470.3328.8932.7951.57
HexAC825B0182F211d2134
Octal2542021330305741354164
Binary1010110010000010101101101100010111110000111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC825B; }

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

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

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

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

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

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

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

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