Html Css Color HEX #AD7A62 Medium Wood

📋 copy color: '#AD7A62'

red 173 ◦ green 122 ◦ blue 98

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

Shades of Medium Wood #AD7A62

Tints of Medium Wood #AD7A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 44.02%
G = 31.04%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD7A62 (or 0xAD7A62) is known color: Medium Wood. HEX triplet: AD, 7A and 62. RGB value is (173,122,98). Sum of RGB (Red+Green+Blue) = 173+122+98=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A62 is #52859D. Grayscale: #868686. Windows color (decimal): -5408158 or 6453933. OLE color: 6453933.

HSL color Cylindrical-coordinate representation of color #AD7A62: hue angle of 19.2º 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 #AD7A62 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 98 -
CMYK 0 0.29 0.43 0.32
HSL 19.2º 0.31% 0.53% -
HSV(B) 19.2º 0.43% 0.68% -
XYZ 26.4 23.69 14.74 -
YUV 134.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 173 122 98 0 0.29 0.43 0.32 19.2 0.31 0.53
Hex AD 7A 62 0 1D 2B 20 13 1F 35
Octal 255 172 142 0 35 53 40 23 37 65
Binary 10101101 1111010 1100010 0 11101 101011 100000 10011 11111 110101

Color Harmonies of #AD7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A62

Black with #AD7A62

Text Example


Text Example

White with #AD7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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