Html Css Color HEX #AD7954 Medium Wood

📋 copy color: '#AD7954'

red 173 ◦ green 121 ◦ blue 84

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

Shades of Medium Wood #AD7954

Tints of Medium Wood #AD7954

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 45.77%
G = 32.01%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD7954 (or 0xAD7954) is known color: Medium Wood. HEX triplet: AD, 79 and 54. RGB value is (173,121,84). Sum of RGB (Red+Green+Blue) = 173+121+84=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7954 is #5286AB. Grayscale: #848484. Windows color (decimal): -5408428 or 5536173. OLE color: 5536173.

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

Color convert

RGB 173 121 84 -
CMYK 0 0.30 0.51 0.32
HSL 24.94º 0.35% 0.5% -
HSV(B) 24.94º 0.51% 0.68% -
XYZ 25.67 23.2 11.51 -
YUV 132.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 173 121 84 0 0.30 0.51 0.32 24.94 0.35 0.5
Hex AD 79 54 0 1E 33 20 19 23 32
Octal 255 171 124 0 36 63 40 31 43 62
Binary 10101101 1111001 1010100 0 11110 110011 100000 11001 100011 110010

Color Harmonies of #AD7954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7954

Black with #AD7954

Text Example


Text Example

White with #AD7954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7954; }

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

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

background-color css

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

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

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

border-color css

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

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

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