#AD7A5C

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

Shades of Medium Wood #AD7A5C

Tints of Medium Wood #AD7A5C

Color information

#AD7A5C (or 0xAD7A5C) is unknown color: approx Medium Wood. HEX triplet: AD, 7A and 5C. RGB value is (173,122,92). Sum of RGB (Red+Green+Blue) = 173+122+92=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A5C is #5285A3. Grayscale: #868686. Windows color (decimal): -5408164 or 6060717. OLE color: 6060717.

HSL color Cylindrical-coordinate representation of color #AD7A5C: hue angle of 22.22º 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 #AD7A5C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17312292-
CMYK00.290.470.32
HSL22.22º33.06%51.96%-
HSV(B)22.22º46.82%67.84%-
XYZ26.1223.5813.3-
YUV133.83104.4155.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=44.70%
G=31.52%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731229200.290.470.3222.2233.0651.96
HexAD7A5C01D2F20162134
Octal2551721340355740264164
Binary101011011111010101110001110110111110000010110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A5C; }

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

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

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

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

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

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

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

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