#AD8663

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

Shades of Medium Wood #AD8663

Tints of Medium Wood #AD8663

Color information

#AD8663 (or 0xAD8663) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 63. RGB value is (173,134,99). Sum of RGB (Red+Green+Blue) = 173+134+99=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8663 is #52799C. Grayscale: #8D8D8D. Windows color (decimal): -5405085 or 6522541. OLE color: 6522541.

HSL color Cylindrical-coordinate representation of color #AD8663: hue angle of 28.38º 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 #AD8663 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17313499-
CMYK00.230.430.32
HSL28.38º31.09%53.33%-
HSV(B)28.38º42.77%67.84%-
XYZ28.0126.8415.51-
YUV141.67103.92150.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=42.61%
G=33.00%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731349900.230.430.3228.3831.0953.33
HexAD86630172B201c1f35
Octal2552061430275340343765
Binary101011011000011011000110101111010111000001110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8663; }

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

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

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

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

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

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

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

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