Html Css Color HEX #AD815D Medium Wood

📋 copy color: '#AD815D'

red 173 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #AD815D

Tints of Medium Wood #AD815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 43.8%
G = 32.66%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD815D (or 0xAD815D) is known color: Medium Wood. HEX triplet: AD, 81 and 5D. RGB value is (173,129,93). Sum of RGB (Red+Green+Blue) = 173+129+93=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815D is #527EA2. Grayscale: #8A8A8A. Windows color (decimal): -5406371 or 6128045. OLE color: 6128045.

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

Color convert

RGB 173 129 93 -
CMYK 0 0.25 0.46 0.32
HSL 27º 0.33% 0.52% -
HSV(B) 27º 0.46% 0.68% -
XYZ 27.06 25.38 13.83 -
YUV 138.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 173 129 93 0 0.25 0.46 0.32 27 0.33 0.52
Hex AD 81 5D 0 19 2E 20 1B 21 34
Octal 255 201 135 0 31 56 40 33 41 64
Binary 10101101 10000001 1011101 0 11001 101110 100000 11011 100001 110100

Color Harmonies of #AD815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD815D

Black with #AD815D

Text Example


Text Example

White with #AD815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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