Html Css Color HEX #A97C6D Medium Wood

📋 copy color: '#A97C6D'

red 169 ◦ green 124 ◦ blue 109

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

Shades of Medium Wood #A97C6D

Tints of Medium Wood #A97C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

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

R = 42.04%
G = 30.85%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A97C6D (or 0xA97C6D) is known color: Medium Wood. HEX triplet: A9, 7C and 6D. RGB value is (169,124,109). Sum of RGB (Red+Green+Blue) = 169+124+109=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C6D is #568392. Grayscale: #878787. Windows color (decimal): -5669779 or 7175337. OLE color: 7175337.

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

Color convert

RGB 169 124 109 -
CMYK 0 0.27 0.36 0.34
HSL 15º 0.26% 0.55% -
HSV(B) 15º 0.36% 0.66% -
XYZ 26.33 23.95 17.7 -
YUV 135.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 169 124 109 0 0.27 0.36 0.34 15 0.26 0.55
Hex A9 7C 6D 0 1B 24 22 F 1A 37
Octal 251 174 155 0 33 44 42 17 32 67
Binary 10101001 1111100 1101101 0 11011 100100 100010 1111 11010 110111

Color Harmonies of #A97C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C6D

Black with #A97C6D

Text Example


Text Example

White with #A97C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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