#AD815C

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

Shades of Medium Wood #AD815C

Tints of Medium Wood #AD815C

Color information

#AD815C (or 0xAD815C) is unknown color: approx Medium Wood. HEX triplet: AD, 81 and 5C. RGB value is (173,129,92). Sum of RGB (Red+Green+Blue) = 173+129+92=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815C is #527EA3. Grayscale: #8A8A8A. Windows color (decimal): -5406372 or 6062509. OLE color: 6062509.

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

Color convert

RGB17312992-
CMYK00.250.470.32
HSL27.41º33.06%51.96%-
HSV(B)27.41º46.82%67.84%-
XYZ27.0225.3613.6-
YUV137.94102.08153.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=43.91%
G=32.74%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731299200.250.470.3227.4133.0651.96
HexAD815C0192F201b2134
Octal2552011340315740334164
Binary1010110110000001101110001100110111110000011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD815C; }

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

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

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

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

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

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

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

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