#AC826C

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

Shades of Medium Wood #AC826C

Tints of Medium Wood #AC826C

Color information

#AC826C (or 0xAC826C) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 6C. RGB value is (172,130,108). Sum of RGB (Red+Green+Blue) = 172+130+108=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC826C is #537D93. Grayscale: #8C8C8C. Windows color (decimal): -5471636 or 7111340. OLE color: 7111340.

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

Color convert

RGB172130108-
CMYK00.240.370.33
HSL20.63º27.83%54.9%-
HSV(B)20.63º37.21%67.45%-
XYZ27.725.8217.71-
YUV140.05109.91150.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=41.95%
G=31.71%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213010800.240.370.3320.6327.8354.9
HexAC826C0182521151c37
Octal2542021540304541253467
Binary101011001000001011011000110001001011000011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC826C; }

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

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

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

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

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

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

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

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