Html Css Color HEX #AD815B Medium Wood

📋 copy color: '#AD815B'

red 173 ◦ green 129 ◦ blue 91

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

Shades of Medium Wood #AD815B

Tints of Medium Wood #AD815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 44.02%
G = 32.82%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD815B (or 0xAD815B) is known color: Medium Wood. HEX triplet: AD, 81 and 5B. RGB value is (173,129,91). Sum of RGB (Red+Green+Blue) = 173+129+91=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815B is #527EA4. Grayscale: #8A8A8A. Windows color (decimal): -5406373 or 5996973. OLE color: 5996973.

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

Color convert

RGB 173 129 91 -
CMYK 0 0.25 0.47 0.32
HSL 27.8º 0.33% 0.52% -
HSV(B) 27.8º 0.47% 0.68% -
XYZ 26.97 25.34 13.37 -
YUV 137.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 173 129 91 0 0.25 0.47 0.32 27.8 0.33 0.52
Hex AD 81 5B 0 19 2F 20 1C 21 34
Octal 255 201 133 0 31 57 40 34 41 64
Binary 10101101 10000001 1011011 0 11001 101111 100000 11100 100001 110100

Color Harmonies of #AD815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD815B

Black with #AD815B

Text Example


Text Example

White with #AD815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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