#AD8670

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

Shades of Medium Wood #AD8670

Tints of Medium Wood #AD8670

Color information

#AD8670 (or 0xAD8670) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 70. RGB value is (173,134,112). Sum of RGB (Red+Green+Blue) = 173+134+112=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8670 is #52798F. Grayscale: #8F8F8F. Windows color (decimal): -5405072 or 7374509. OLE color: 7374509.

HSL color Cylindrical-coordinate representation of color #AD8670: hue angle of 21.64º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8670 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173134112-
CMYK00.230.350.32
HSL21.64º27.11%55.88%-
HSV(B)21.64º35.26%67.84%-
XYZ28.6827.119.05-
YUV143.15110.42149.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=41.29%
G=31.98%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313411200.230.350.3221.6427.1155.88
HexAD86700172320161b38
Octal2552061600274340263370
Binary101011011000011011100000101111000111000001011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8670; }

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

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

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

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

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

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

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

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