Html Css Color HEX #AD7D6A Medium Wood

📋 copy color: '#AD7D6A'

red 173 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #AD7D6A

Tints of Medium Wood #AD7D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 42.82%
G = 30.94%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD7D6A (or 0xAD7D6A) is known color: Medium Wood. HEX triplet: AD, 7D and 6A. RGB value is (173,125,106). Sum of RGB (Red+Green+Blue) = 173+125+106=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D6A is #528295. Grayscale: #898989. Windows color (decimal): -5407382 or 6978989. OLE color: 6978989.

HSL color Cylindrical-coordinate representation of color #AD7D6A: hue angle of 17.01º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7D6A is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 125 106 -
CMYK 0 0.28 0.39 0.32
HSL 17.01º 0.29% 0.55% -
HSV(B) 17.01º 0.39% 0.68% -
XYZ 27.17 24.59 16.95 -
YUV 137.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 173 125 106 0 0.28 0.39 0.32 17.01 0.29 0.55
Hex AD 7D 6A 0 1C 27 20 11 1D 37
Octal 255 175 152 0 34 47 40 21 35 67
Binary 10101101 1111101 1101010 0 11100 100111 100000 10001 11101 110111

Color Harmonies of #AD7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D6A

Black with #AD7D6A

Text Example


Text Example

White with #AD7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D6A; }

 p { color: rgb(173,125,106); }

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

background-color css

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

 a { background-color: rgb(173,125,106); }

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

border-color css

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

 span { border-color: rgb(173,125,106); }

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