#AD7D5C

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

Shades of Medium Wood #AD7D5C

Tints of Medium Wood #AD7D5C

Color information

#AD7D5C (or 0xAD7D5C) is unknown color: approx Medium Wood. HEX triplet: AD, 7D and 5C. RGB value is (173,125,92). Sum of RGB (Red+Green+Blue) = 173+125+92=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D5C is #5282A3. Grayscale: #878787. Windows color (decimal): -5407396 or 6061485. OLE color: 6061485.

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

Color convert

RGB17312592-
CMYK00.280.470.32
HSL24.44º33.06%51.96%-
HSV(B)24.44º46.82%67.84%-
XYZ26.524.3213.42-
YUV135.59103.4154.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=44.36%
G=32.05%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731259200.280.470.3224.4433.0651.96
HexAD7D5C01C2F20182134
Octal2551751340345740304164
Binary101011011111101101110001110010111110000011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D5C; }

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

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

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

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

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

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

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

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