Html Css Color HEX #AD7A61 Medium Wood

📋 copy color: '#AD7A61'

red 173 ◦ green 122 ◦ blue 97

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

Shades of Medium Wood #AD7A61

Tints of Medium Wood #AD7A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 44.13%
G = 31.12%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD7A61 (or 0xAD7A61) is known color: Medium Wood. HEX triplet: AD, 7A and 61. RGB value is (173,122,97). Sum of RGB (Red+Green+Blue) = 173+122+97=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A61 is #52859E. Grayscale: #868686. Windows color (decimal): -5408159 or 6388397. OLE color: 6388397.

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

Color convert

RGB 173 122 97 -
CMYK 0 0.29 0.44 0.32
HSL 19.74º 0.32% 0.53% -
HSV(B) 19.74º 0.44% 0.68% -
XYZ 26.35 23.67 14.49 -
YUV 134.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 173 122 97 0 0.29 0.44 0.32 19.74 0.32 0.53
Hex AD 7A 61 0 1D 2C 20 14 20 35
Octal 255 172 141 0 35 54 40 24 40 65
Binary 10101101 1111010 1100001 0 11101 101100 100000 10100 100000 110101

Color Harmonies of #AD7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A61

Black with #AD7A61

Text Example


Text Example

White with #AD7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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