Html Css Color HEX #AD815F Medium Wood

📋 copy color: '#AD815F'

red 173 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #AD815F

Tints of Medium Wood #AD815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 43.58%
G = 32.49%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD815F (or 0xAD815F) is known color: Medium Wood. HEX triplet: AD, 81 and 5F. RGB value is (173,129,95). Sum of RGB (Red+Green+Blue) = 173+129+95=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815F is #527EA0. Grayscale: #8A8A8A. Windows color (decimal): -5406369 or 6259117. OLE color: 6259117.

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

Color convert

RGB 173 129 95 -
CMYK 0 0.25 0.45 0.32
HSL 26.15º 0.32% 0.53% -
HSV(B) 26.15º 0.45% 0.68% -
XYZ 27.15 25.41 14.3 -
YUV 138.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 173 129 95 0 0.25 0.45 0.32 26.15 0.32 0.53
Hex AD 81 5F 0 19 2D 20 1A 20 35
Octal 255 201 137 0 31 55 40 32 40 65
Binary 10101101 10000001 1011111 0 11001 101101 100000 11010 100000 110101

Color Harmonies of #AD815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD815F

Black with #AD815F

Text Example


Text Example

White with #AD815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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