#AD7954

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

Shades of Medium Wood #AD7954

Tints of Medium Wood #AD7954

Color information

#AD7954 (or 0xAD7954) is unknown color: approx Medium Wood. HEX triplet: AD, 79 and 54. RGB value is (173,121,84). Sum of RGB (Red+Green+Blue) = 173+121+84=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7954 is #5286AB. Grayscale: #848484. Windows color (decimal): -5408428 or 5536173. OLE color: 5536173.

HSL color Cylindrical-coordinate representation of color #AD7954: hue angle of 24.94º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7954 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17312184-
CMYK00.300.510.32
HSL24.94º35.18%50.39%-
HSV(B)24.94º51.45%67.84%-
XYZ25.6723.211.51-
YUV132.33100.73157.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=45.77%
G=32.01%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731218400.300.510.3224.9435.1850.39
HexAD795401E3320192332
Octal2551711240366340314362
Binary101011011111001101010001111011001110000011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7954; }

 p { color: rgb(173,121,84); }

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

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

 a { background-color: rgb(173,121,84); }

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

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

 span { border-color: rgb(173,121,84); }

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