Html Css Color HEX #AD7F63 Medium Wood

📋 copy color: '#AD7F63'

red 173 ◦ green 127 ◦ blue 99

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

Shades of Medium Wood #AD7F63

Tints of Medium Wood #AD7F63

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 43.36%
G = 31.83%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD7F63 (or 0xAD7F63) is known color: Medium Wood. HEX triplet: AD, 7F and 63. RGB value is (173,127,99). Sum of RGB (Red+Green+Blue) = 173+127+99=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F63 is #52809C. Grayscale: #898989. Windows color (decimal): -5406877 or 6520749. OLE color: 6520749.

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

Color convert

RGB 173 127 99 -
CMYK 0 0.27 0.43 0.32
HSL 22.7º 0.31% 0.53% -
HSV(B) 22.7º 0.43% 0.68% -
XYZ 27.08 24.96 15.2 -
YUV 137.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 173 127 99 0 0.27 0.43 0.32 22.7 0.31 0.53
Hex AD 7F 63 0 1B 2B 20 17 1F 35
Octal 255 177 143 0 33 53 40 27 37 65
Binary 10101101 1111111 1100011 0 11011 101011 100000 10111 11111 110101

Color Harmonies of #AD7F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F63

Black with #AD7F63

Text Example


Text Example

White with #AD7F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F63; }

 p { color: rgb(173,127,99); }

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

background-color css

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

 a { background-color: rgb(173,127,99); }

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

border-color css

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

 span { border-color: rgb(173,127,99); }

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