Html Css Color HEX #A97E6E Medium Wood

📋 copy color: '#A97E6E'

red 169 ◦ green 126 ◦ blue 110

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

Shades of Medium Wood #A97E6E

Tints of Medium Wood #A97E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 41.73%
G = 31.11%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A97E6E (or 0xA97E6E) is known color: Medium Wood. HEX triplet: A9, 7E and 6E. RGB value is (169,126,110). Sum of RGB (Red+Green+Blue) = 169+126+110=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E6E is #568191. Grayscale: #898989. Windows color (decimal): -5669266 or 7241385. OLE color: 7241385.

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

Color convert

RGB 169 126 110 -
CMYK 0 0.25 0.35 0.34
HSL 16.27º 0.26% 0.55% -
HSV(B) 16.27º 0.35% 0.66% -
XYZ 26.64 24.48 18.07 -
YUV 137.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 169 126 110 0 0.25 0.35 0.34 16.27 0.26 0.55
Hex A9 7E 6E 0 19 23 22 10 1A 37
Octal 251 176 156 0 31 43 42 20 32 67
Binary 10101001 1111110 1101110 0 11001 100011 100010 10000 11010 110111

Color Harmonies of #A97E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97E6E

Black with #A97E6E

Text Example


Text Example

White with #A97E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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