#AD8467

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

Shades of Medium Wood #AD8467

Tints of Medium Wood #AD8467

Color information

#AD8467 (or 0xAD8467) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 67. RGB value is (173,132,103). Sum of RGB (Red+Green+Blue) = 173+132+103=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8467 is #527B98. Grayscale: #8D8D8D. Windows color (decimal): -5405593 or 6784173. OLE color: 6784173.

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

Color convert

RGB173132103-
CMYK00.240.400.32
HSL24.86º29.91%54.12%-
HSV(B)24.86º40.46%67.84%-
XYZ27.9326.3716.45-
YUV140.95106.58150.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=42.40%
G=32.35%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313210300.240.400.3224.8629.9154.12
HexAD84670182820191e36
Octal2552041470305040313666
Binary101011011000010011001110110001010001000001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8467; }

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

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

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

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

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

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

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

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