Html Css Color HEX #AD7E66 Medium Wood

📋 copy color: '#AD7E66'

red 173 ◦ green 126 ◦ blue 102

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

Shades of Medium Wood #AD7E66

Tints of Medium Wood #AD7E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 43.14%
G = 31.42%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD7E66 (or 0xAD7E66) is known color: Medium Wood. HEX triplet: AD, 7E and 66. RGB value is (173,126,102). Sum of RGB (Red+Green+Blue) = 173+126+102=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E66 is #528199. Grayscale: #898989. Windows color (decimal): -5407130 or 6717101. OLE color: 6717101.

HSL color Cylindrical-coordinate representation of color #AD7E66: hue angle of 20.28º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7E66 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 126 102 -
CMYK 0 0.27 0.41 0.32
HSL 20.28º 0.3% 0.54% -
HSV(B) 20.28º 0.41% 0.68% -
XYZ 27.09 24.77 15.92 -
YUV 137.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 173 126 102 0 0.27 0.41 0.32 20.28 0.3 0.54
Hex AD 7E 66 0 1B 29 20 14 1E 36
Octal 255 176 146 0 33 51 40 24 36 66
Binary 10101101 1111110 1100110 0 11011 101001 100000 10100 11110 110110

Color Harmonies of #AD7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E66

Black with #AD7E66

Text Example


Text Example

White with #AD7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E66; }

 p { color: rgb(173,126,102); }

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

background-color css

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

 a { background-color: rgb(173,126,102); }

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

border-color css

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

 span { border-color: rgb(173,126,102); }

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