Html Css Color HEX #A97E6D Medium Wood

📋 copy color: '#A97E6D'

red 169 ◦ green 126 ◦ blue 109

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

Shades of Medium Wood #A97E6D

Tints of Medium Wood #A97E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

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

R = 41.83%
G = 31.19%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A97E6D (or 0xA97E6D) is known color: Medium Wood. HEX triplet: A9, 7E and 6D. RGB value is (169,126,109). Sum of RGB (Red+Green+Blue) = 169+126+109=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E6D is #568192. Grayscale: #898989. Windows color (decimal): -5669267 or 7175849. OLE color: 7175849.

HSL color Cylindrical-coordinate representation of color #A97E6D: hue angle of 17º 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 #A97E6D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 126 109 -
CMYK 0 0.25 0.36 0.34
HSL 17º 0.26% 0.55% -
HSV(B) 17º 0.36% 0.66% -
XYZ 26.58 24.46 17.79 -
YUV 136.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 169 126 109 0 0.25 0.36 0.34 17 0.26 0.55
Hex A9 7E 6D 0 19 24 22 11 1A 37
Octal 251 176 155 0 31 44 42 21 32 67
Binary 10101001 1111110 1101101 0 11001 100100 100010 10001 11010 110111

Color Harmonies of #A97E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97E6D

Black with #A97E6D

Text Example


Text Example

White with #A97E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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