Html Css Color HEX #A97D5E Medium Wood

📋 copy color: '#A97D5E'

red 169 ◦ green 125 ◦ blue 94

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

Shades of Medium Wood #A97D5E

Tints of Medium Wood #A97D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 43.56%
G = 32.22%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A97D5E (or 0xA97D5E) is known color: Medium Wood. HEX triplet: A9, 7D and 5E. RGB value is (169,125,94). Sum of RGB (Red+Green+Blue) = 169+125+94=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D5E is #5682A1. Grayscale: #868686. Windows color (decimal): -5669538 or 6192553. OLE color: 6192553.

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

Color convert

RGB 169 125 94 -
CMYK 0 0.26 0.44 0.34
HSL 24.8º 0.3% 0.52% -
HSV(B) 24.8º 0.44% 0.66% -
XYZ 25.72 23.91 13.85 -
YUV 134.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 169 125 94 0 0.26 0.44 0.34 24.8 0.3 0.52
Hex A9 7D 5E 0 1A 2C 22 19 1E 34
Octal 251 175 136 0 32 54 42 31 36 64
Binary 10101001 1111101 1011110 0 11010 101100 100010 11001 11110 110100

Color Harmonies of #A97D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D5E

Black with #A97D5E

Text Example


Text Example

White with #A97D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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