Html Css Color HEX #A97E61 Medium Wood

📋 copy color: '#A97E61'

red 169 ◦ green 126 ◦ blue 97

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

Shades of Medium Wood #A97E61

Tints of Medium Wood #A97E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 43.11%
G = 32.14%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A97E61 (or 0xA97E61) is known color: Medium Wood. HEX triplet: A9, 7E and 61. RGB value is (169,126,97). Sum of RGB (Red+Green+Blue) = 169+126+97=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E61 is #56819E. Grayscale: #878787. Windows color (decimal): -5669279 or 6389417. OLE color: 6389417.

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

Color convert

RGB 169 126 97 -
CMYK 0 0.25 0.43 0.34
HSL 24.17º 0.3% 0.52% -
HSV(B) 24.17º 0.43% 0.66% -
XYZ 25.98 24.22 14.61 -
YUV 135.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 169 126 97 0 0.25 0.43 0.34 24.17 0.3 0.52
Hex A9 7E 61 0 19 2B 22 18 1E 34
Octal 251 176 141 0 31 53 42 30 36 64
Binary 10101001 1111110 1100001 0 11001 101011 100010 11000 11110 110100

Color Harmonies of #A97E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97E61

Black with #A97E61

Text Example


Text Example

White with #A97E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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