#AC825C

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

Shades of Medium Wood #AC825C

Tints of Medium Wood #AC825C

Color information

#AC825C (or 0xAC825C) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 5C. RGB value is (172,130,92). Sum of RGB (Red+Green+Blue) = 172+130+92=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825C is #537DA3. Grayscale: #8A8A8A. Windows color (decimal): -5471652 or 6062764. OLE color: 6062764.

HSL color Cylindrical-coordinate representation of color #AC825C: hue angle of 28.5º 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 #AC825C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17213092-
CMYK00.240.470.33
HSL28.5º32.52%51.76%-
HSV(B)28.5º46.51%67.45%-
XYZ26.9325.5113.63-
YUV138.23101.91152.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=43.65%
G=32.99%
B=23.35%

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
Decimal1721309200.240.470.3328.532.5251.76
HexAC825C0182F211d2134
Octal2542021340305741354164
Binary1010110010000010101110001100010111110000111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC825C; }

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

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

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

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

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

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

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

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