Html Css Color HEX #A0806D Medium Wood

📋 copy color: '#A0806D'

red 160 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #A0806D

Tints of Medium Wood #A0806D

RGB

 RED value IS 160 (62.89% from 255) = 40.3%

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 40.3%
G = 32.24%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0806D (or 0xA0806D) is known color: Medium Wood. HEX triplet: A0, 80 and 6D. RGB value is (160,128,109). Sum of RGB (Red+Green+Blue) = 160+128+109=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0806D is #5F7F92. Grayscale: #878787. Windows color (decimal): -6258579 or 7176352. OLE color: 7176352.

HSL color Cylindrical-coordinate representation of color #A0806D: hue angle of 22.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0806D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 109 -
CMYK 0 0.20 0.32 0.37
HSL 22.35º 0.21% 0.53% -
HSV(B) 22.35º 0.32% 0.63% -
XYZ 24.98 24.02 17.79 -
YUV 135.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 160 128 109 0 0.20 0.32 0.37 22.35 0.21 0.53
Hex A0 80 6D 0 14 20 25 16 15 35
Octal 240 200 155 0 24 40 45 26 25 65
Binary 10100000 10000000 1101101 0 10100 100000 100101 10110 10101 110101

Color Harmonies of #A0806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0806D

Black with #A0806D

Text Example


Text Example

White with #A0806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0806D; }

 p { color: rgb(160,128,109); }

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

background-color css

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

 a { background-color: rgb(160,128,109); }

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

border-color css

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

 span { border-color: rgb(160,128,109); }

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