Html Css Color HEX #A97D6C Medium Wood

📋 copy color: '#A97D6C'

red 169 ◦ green 125 ◦ blue 108

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

Shades of Medium Wood #A97D6C

Tints of Medium Wood #A97D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 42.04%
G = 31.09%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A97D6C (or 0xA97D6C) is known color: Medium Wood. HEX triplet: A9, 7D and 6C. RGB value is (169,125,108). Sum of RGB (Red+Green+Blue) = 169+125+108=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D6C is #568293. Grayscale: #888888. Windows color (decimal): -5669524 or 7110057. OLE color: 7110057.

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

Color convert

RGB 169 125 108 -
CMYK 0 0.26 0.36 0.34
HSL 16.72º 0.26% 0.54% -
HSV(B) 16.72º 0.36% 0.66% -
XYZ 26.4 24.18 17.46 -
YUV 136.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 169 125 108 0 0.26 0.36 0.34 16.72 0.26 0.54
Hex A9 7D 6C 0 1A 24 22 11 1A 36
Octal 251 175 154 0 32 44 42 21 32 66
Binary 10101001 1111101 1101100 0 11010 100100 100010 10001 11010 110110

Color Harmonies of #A97D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D6C

Black with #A97D6C

Text Example


Text Example

White with #A97D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D6C; }

 p { color: rgb(169,125,108); }

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

background-color css

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

 a { background-color: rgb(169,125,108); }

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

border-color css

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

 span { border-color: rgb(169,125,108); }

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