#AD8166

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

Shades of Medium Wood #AD8166

Tints of Medium Wood #AD8166

Color information

#AD8166 (or 0xAD8166) is unknown color: approx Medium Wood. HEX triplet: AD, 81 and 66. RGB value is (173,129,102). Sum of RGB (Red+Green+Blue) = 173+129+102=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8166 is #527E99. Grayscale: #8B8B8B. Windows color (decimal): -5406362 or 6717869. OLE color: 6717869.

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

Color convert

RGB173129102-
CMYK00.250.410.32
HSL22.82º30.21%53.92%-
HSV(B)22.82º41.04%67.84%-
XYZ27.4825.5416.05-
YUV139.08107.08152.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=42.82%
G=31.93%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312910200.250.410.3222.8230.2153.92
HexAD81660192920171e36
Octal2552011460315140273666
Binary101011011000000111001100110011010011000001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8166; }

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

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

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

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

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

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

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

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