#AD835F

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

Shades of Medium Wood #AD835F

Tints of Medium Wood #AD835F

Color information

#AD835F (or 0xAD835F) is unknown color: approx Medium Wood. HEX triplet: AD, 83 and 5F. RGB value is (173,131,95). Sum of RGB (Red+Green+Blue) = 173+131+95=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD835F is #527CA0. Grayscale: #8B8B8B. Windows color (decimal): -5405857 or 6259629. OLE color: 6259629.

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

Color convert

RGB17313195-
CMYK00.240.450.32
HSL27.69º32.23%52.55%-
HSV(B)27.69º45.09%67.84%-
XYZ27.4225.9414.39-
YUV139.45102.91151.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=43.36%
G=32.83%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731319500.240.450.3227.6932.2352.55
HexAD835F0182D201c2035
Octal2552031370305540344065
Binary1010110110000011101111101100010110110000011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD835F; }

 p { color: rgb(173,131,95); }

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

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

 a { background-color: rgb(173,131,95); }

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

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

 span { border-color: rgb(173,131,95); }

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