#AD8464

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

Shades of Medium Wood #AD8464

Tints of Medium Wood #AD8464

Color information

#AD8464 (or 0xAD8464) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 64. RGB value is (173,132,100). Sum of RGB (Red+Green+Blue) = 173+132+100=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8464 is #527B9B. Grayscale: #8C8C8C. Windows color (decimal): -5405596 or 6587565. OLE color: 6587565.

HSL color Cylindrical-coordinate representation of color #AD8464: hue angle of 26.3º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8464 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB173132100-
CMYK00.240.420.32
HSL26.3º30.8%53.53%-
HSV(B)26.3º42.2%67.84%-
XYZ27.7926.3115.67-
YUV140.61105.08151.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=42.72%
G=32.59%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313210000.240.420.3226.330.853.53
HexAD84640182A201a1f36
Octal2552041440305240323766
Binary101011011000010011001000110001010101000001101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8464; }

 p { color: rgb(173,132,100); }

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

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

 a { background-color: rgb(173,132,100); }

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

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

 span { border-color: rgb(173,132,100); }

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