#AD8165

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

Shades of Medium Wood #AD8165

Tints of Medium Wood #AD8165

Color information

#AD8165 (or 0xAD8165) is unknown color: approx Medium Wood. HEX triplet: AD, 81 and 65. RGB value is (173,129,101). Sum of RGB (Red+Green+Blue) = 173+129+101=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8165 is #527E9A. Grayscale: #8B8B8B. Windows color (decimal): -5406363 or 6652333. OLE color: 6652333.

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

Color convert

RGB173129101-
CMYK00.250.420.32
HSL23.33º30.51%53.73%-
HSV(B)23.33º41.62%67.84%-
XYZ27.4325.5215.79-
YUV138.96106.58152.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=42.93%
G=32.01%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312910100.250.420.3223.3330.5153.73
HexAD81650192A20171f36
Octal2552011450315240273766
Binary101011011000000111001010110011010101000001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8165; }

 p { color: rgb(173,129,101); }

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

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

 a { background-color: rgb(173,129,101); }

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

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

 span { border-color: rgb(173,129,101); }

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