#AC816D

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

Shades of Medium Wood #AC816D

Tints of Medium Wood #AC816D

Color information

#AC816D (or 0xAC816D) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 6D. RGB value is (172,129,109). Sum of RGB (Red+Green+Blue) = 172+129+109=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816D is #537E92. Grayscale: #8B8B8B. Windows color (decimal): -5471891 or 7176620. OLE color: 7176620.

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

Color convert

RGB172129109-
CMYK00.250.370.33
HSL19.05º27.51%55.1%-
HSV(B)19.05º36.63%67.45%-
XYZ27.6225.5817.95-
YUV139.58110.75151.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=41.95%
G=31.46%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212910900.250.370.3319.0527.5155.1
HexAC816D0192521131c37
Octal2542011550314541233467
Binary101011001000000111011010110011001011000011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC816D; }

 p { color: rgb(172,129,109); }

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

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

 a { background-color: rgb(172,129,109); }

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

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

 span { border-color: rgb(172,129,109); }

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