#AD8570

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

Shades of Medium Wood #AD8570

Tints of Medium Wood #AD8570

Color information

#AD8570 (or 0xAD8570) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 70. RGB value is (173,133,112). Sum of RGB (Red+Green+Blue) = 173+133+112=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8570 is #527A8F. Grayscale: #8E8E8E. Windows color (decimal): -5405328 or 7374253. OLE color: 7374253.

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

Color convert

RGB173133112-
CMYK00.230.350.32
HSL20.66º27.11%55.88%-
HSV(B)20.66º35.26%67.84%-
XYZ28.5526.8319-
YUV142.57110.75149.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=41.39%
G=31.82%
B=26.79%

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
Decimal17313311200.230.350.3220.6627.1155.88
HexAD85700172320151b38
Octal2552051600274340253370
Binary101011011000010111100000101111000111000001010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8570; }

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

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

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

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

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

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

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

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