Html Css Color HEX #AD7A59 Medium Wood

📋 copy color: '#AD7A59'

red 173 ◦ green 122 ◦ blue 89

#AD7A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #AD7A59

Tints of Medium Wood #AD7A59

RGB

 RED value IS 173 (67.97% from 255) = 45.05%

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 89 (35.16% from 255) = 23.18%

R = 45.05%
G = 31.77%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7A59 (or 0xAD7A59) is known color: Medium Wood. HEX triplet: AD, 7A and 59. RGB value is (173,122,89). Sum of RGB (Red+Green+Blue) = 173+122+89=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A59 is #5285A6. Grayscale: #858585. Windows color (decimal): -5408167 or 5864109. OLE color: 5864109.

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

Color convert

RGB 173 122 89 -
CMYK 0 0.29 0.49 0.32
HSL 23.57º 0.34% 0.51% -
HSV(B) 23.57º 0.49% 0.68% -
XYZ 26 23.52 12.62 -
YUV 133.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 173 122 89 0 0.29 0.49 0.32 23.57 0.34 0.51
Hex AD 7A 59 0 1D 31 20 18 22 33
Octal 255 172 131 0 35 61 40 30 42 63
Binary 10101101 1111010 1011001 0 11101 110001 100000 11000 100010 110011

Color Harmonies of #AD7A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A59

Black with #AD7A59

Text Example


Text Example

White with #AD7A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A59; }

 p { color: rgb(173,122,89); }

 H1.HeaderClassName
 {
   color: #AD7A59;
 }
 .AnyTagClassName
 {
   color: #AD7A59;
 }
</style>

background-color css

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

 a { background-color: rgb(173,122,89); }

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

border-color css

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

 span { border-color: rgb(173,122,89); }

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