#AD785A

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

Shades of Medium Wood #AD785A

Tints of Medium Wood #AD785A

Color information

#AD785A (or 0xAD785A) is unknown color: approx Medium Wood. HEX triplet: AD, 78 and 5A. RGB value is (173,120,90). Sum of RGB (Red+Green+Blue) = 173+120+90=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD785A is #5287A5. Grayscale: #848484. Windows color (decimal): -5408678 or 5929133. OLE color: 5929133.

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

Color convert

RGB17312090-
CMYK00.310.480.32
HSL21.69º33.6%51.57%-
HSV(B)21.69º47.98%67.84%-
XYZ25.823.0612.76-
YUV132.43104.06156.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=45.17%
G=31.33%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731209000.310.480.3221.6933.651.57
HexAD785A01F3020162234
Octal2551701320376040264264
Binary101011011111000101101001111111000010000010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD785A; }

 p { color: rgb(173,120,90); }

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

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

 a { background-color: rgb(173,120,90); }

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

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

 span { border-color: rgb(173,120,90); }

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