#AD8463

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

Shades of Medium Wood #AD8463

Tints of Medium Wood #AD8463

Color information

#AD8463 (or 0xAD8463) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 63. RGB value is (173,132,99). Sum of RGB (Red+Green+Blue) = 173+132+99=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8463 is #527B9C. Grayscale: #8C8C8C. Windows color (decimal): -5405597 or 6522029. OLE color: 6522029.

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

Color convert

RGB17313299-
CMYK00.240.430.32
HSL26.76º31.09%53.33%-
HSV(B)26.76º42.77%67.84%-
XYZ27.7426.2915.42-
YUV140.5104.58151.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=42.82%
G=32.67%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731329900.240.430.3226.7631.0953.33
HexAD84630182B201b1f35
Octal2552041430305340333765
Binary101011011000010011000110110001010111000001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8463; }

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

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

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

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

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

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

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

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