Html Css Color HEX #A9806D Medium Wood

📋 copy color: '#A9806D'

red 169 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #A9806D

Tints of Medium Wood #A9806D

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

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

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

R = 41.63%
G = 31.53%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9806D (or 0xA9806D) is known color: Medium Wood. HEX triplet: A9, 80 and 6D. RGB value is (169,128,109). Sum of RGB (Red+Green+Blue) = 169+128+109=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9806D is #567F92. Grayscale: #8A8A8A. Windows color (decimal): -5668755 or 7176361. OLE color: 7176361.

HSL color Cylindrical-coordinate representation of color #A9806D: hue angle of 19º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9806D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 128 109 -
CMYK 0 0.24 0.36 0.34
HSL 19º 0.26% 0.55% -
HSV(B) 19º 0.36% 0.66% -
XYZ 26.84 24.98 17.87 -
YUV 138.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 169 128 109 0 0.24 0.36 0.34 19 0.26 0.55
Hex A9 80 6D 0 18 24 22 13 1A 37
Octal 251 200 155 0 30 44 42 23 32 67
Binary 10101001 10000000 1101101 0 11000 100100 100010 10011 11010 110111

Color Harmonies of #A9806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9806D

Black with #A9806D

Text Example


Text Example

White with #A9806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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