Html Css Color HEX #AD815A Medium Wood

📋 copy color: '#AD815A'

red 173 ◦ green 129 ◦ blue 90

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

Shades of Medium Wood #AD815A

Tints of Medium Wood #AD815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 44.13%
G = 32.91%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD815A (or 0xAD815A) is known color: Medium Wood. HEX triplet: AD, 81 and 5A. RGB value is (173,129,90). Sum of RGB (Red+Green+Blue) = 173+129+90=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815A is #527EA5. Grayscale: #898989. Windows color (decimal): -5406374 or 5931437. OLE color: 5931437.

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

Color convert

RGB 173 129 90 -
CMYK 0 0.25 0.48 0.32
HSL 28.19º 0.34% 0.52% -
HSV(B) 28.19º 0.48% 0.68% -
XYZ 26.93 25.32 13.14 -
YUV 137.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 173 129 90 0 0.25 0.48 0.32 28.19 0.34 0.52
Hex AD 81 5A 0 19 30 20 1C 22 34
Octal 255 201 132 0 31 60 40 34 42 64
Binary 10101101 10000001 1011010 0 11001 110000 100000 11100 100010 110100

Color Harmonies of #AD815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD815A

Black with #AD815A

Text Example


Text Example

White with #AD815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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