#AC8169

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

Shades of Medium Wood #AC8169

Tints of Medium Wood #AC8169

Color information

#AC8169 (or 0xAC8169) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 69. RGB value is (172,129,105). Sum of RGB (Red+Green+Blue) = 172+129+105=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8169 is #537E96. Grayscale: #8B8B8B. Windows color (decimal): -5471895 or 6914476. OLE color: 6914476.

HSL color Cylindrical-coordinate representation of color #AC8169: hue angle of 21.49º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8169 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB172129105-
CMYK00.250.390.33
HSL21.49º28.76%54.31%-
HSV(B)21.49º38.95%67.45%-
XYZ27.4125.4916.84-
YUV139.12108.75151.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=42.36%
G=31.77%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212910500.250.390.3321.4928.7654.31
HexAC81690192721151d36
Octal2542011510314741253566
Binary101011001000000111010010110011001111000011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8169; }

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

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

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

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

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

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

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

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