Html Css Color HEX #AD7A5D Medium Wood

📋 copy color: '#AD7A5D'

red 173 ◦ green 122 ◦ blue 93

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

Shades of Medium Wood #AD7A5D

Tints of Medium Wood #AD7A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 44.59%
G = 31.44%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD7A5D (or 0xAD7A5D) is known color: Medium Wood. HEX triplet: AD, 7A and 5D. RGB value is (173,122,93). Sum of RGB (Red+Green+Blue) = 173+122+93=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A5D is #5285A2. Grayscale: #868686. Windows color (decimal): -5408163 or 6126253. OLE color: 6126253.

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

Color convert

RGB 173 122 93 -
CMYK 0 0.29 0.46 0.32
HSL 21.75º 0.33% 0.52% -
HSV(B) 21.75º 0.46% 0.68% -
XYZ 26.17 23.59 13.53 -
YUV 133.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 173 122 93 0 0.29 0.46 0.32 21.75 0.33 0.52
Hex AD 7A 5D 0 1D 2E 20 16 21 34
Octal 255 172 135 0 35 56 40 26 41 64
Binary 10101101 1111010 1011101 0 11101 101110 100000 10110 100001 110100

Color Harmonies of #AD7A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A5D

Black with #AD7A5D

Text Example


Text Example

White with #AD7A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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