#AD7E5A

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

Shades of Medium Wood #AD7E5A

Tints of Medium Wood #AD7E5A

Color information

#AD7E5A (or 0xAD7E5A) is unknown color: approx Medium Wood. HEX triplet: AD, 7E and 5A. RGB value is (173,126,90). Sum of RGB (Red+Green+Blue) = 173+126+90=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E5A is #5281A5. Grayscale: #888888. Windows color (decimal): -5407142 or 5930669. OLE color: 5930669.

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

Color convert

RGB17312690-
CMYK00.270.480.32
HSL26.02º33.6%51.57%-
HSV(B)26.02º47.98%67.84%-
XYZ26.5424.5413.01-
YUV135.95102.07154.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=44.47%
G=32.39%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731269000.270.480.3226.0233.651.57
HexAD7E5A01B30201a2234
Octal2551761320336040324264
Binary101011011111110101101001101111000010000011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E5A; }

 p { color: rgb(173,126,90); }

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

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

 a { background-color: rgb(173,126,90); }

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

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

 span { border-color: rgb(173,126,90); }

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