#AD775B

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

Shades of Medium Wood #AD775B

Tints of Medium Wood #AD775B

Color information

#AD775B (or 0xAD775B) is unknown color: approx Medium Wood. HEX triplet: AD, 77 and 5B. RGB value is (173,119,91). Sum of RGB (Red+Green+Blue) = 173+119+91=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD775B is #5288A4. Grayscale: #848484. Windows color (decimal): -5408933 or 5994413. OLE color: 5994413.

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

Color convert

RGB17311991-
CMYK00.310.470.32
HSL20.49º33.33%51.76%-
HSV(B)20.49º47.4%67.84%-
XYZ25.7222.8312.95-
YUV131.95104.89157.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=45.17%
G=31.07%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731199100.310.470.3220.4933.3351.76
HexAD775B01F2F20142134
Octal2551671330375740244164
Binary101011011110111101101101111110111110000010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD775B; }

 p { color: rgb(173,119,91); }

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

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

 a { background-color: rgb(173,119,91); }

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

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

 span { border-color: rgb(173,119,91); }

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