#AD7958

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

Shades of Medium Wood #AD7958

Tints of Medium Wood #AD7958

Color information

#AD7958 (or 0xAD7958) is unknown color: approx Medium Wood. HEX triplet: AD, 79 and 58. RGB value is (173,121,88). Sum of RGB (Red+Green+Blue) = 173+121+88=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7958 is #5286A7. Grayscale: #848484. Windows color (decimal): -5408424 or 5798317. OLE color: 5798317.

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

Color convert

RGB17312188-
CMYK00.300.490.32
HSL23.29º34.14%51.18%-
HSV(B)23.29º49.13%67.84%-
XYZ25.8323.2612.36-
YUV132.79102.73156.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=45.29%
G=31.68%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731218800.300.490.3223.2934.1451.18
HexAD795801E3120172233
Octal2551711300366140274263
Binary101011011111001101100001111011000110000010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7958; }

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

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

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

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

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

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

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

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