#AC8165

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

Shades of Medium Wood #AC8165

Tints of Medium Wood #AC8165

Color information

#AC8165 (or 0xAC8165) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 65. RGB value is (172,129,101). Sum of RGB (Red+Green+Blue) = 172+129+101=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8165 is #537E9A. Grayscale: #8A8A8A. Windows color (decimal): -5471899 or 6652332. OLE color: 6652332.

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

Color convert

RGB172129101-
CMYK00.250.410.33
HSL23.66º29.96%53.53%-
HSV(B)23.66º41.28%67.45%-
XYZ27.2125.4115.78-
YUV138.66106.75151.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=42.79%
G=32.09%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212910100.250.410.3323.6629.9653.53
HexAC81650192921181e36
Octal2542011450315141303666
Binary101011001000000111001010110011010011000011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8165; }

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

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

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

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

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

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

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

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