#A97E6A

Color #A97E6A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A97E6A

Tints of Medium Wood #A97E6A

Color information

#A97E6A (or 0xA97E6A) is unknown color: approx Medium Wood. HEX triplet: A9, 7E and 6A. RGB value is (169,126,106). Sum of RGB (Red+Green+Blue) = 169+126+106=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E6A is #568195. Grayscale: #888888. Windows color (decimal): -5669270 or 6979241. OLE color: 6979241.

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

Color convert

RGB169126106-
CMYK00.250.370.34
HSL19.05º26.81%53.92%-
HSV(B)19.05º37.28%66.27%-
XYZ26.4224.416.95-
YUV136.58110.75151.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=42.14%
G=31.42%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912610600.250.370.3419.0526.8153.92
HexA97E6A0192522131b36
Octal2511761520314542233366
Binary10101001111111011010100110011001011000101001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E6A; }

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

 H1.HeaderClassName
 {
   color: #A97E6A;
 }
 .AnyTagClassName
 {
   color: #A97E6A;
 }
</style>
background-color css

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

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

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

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

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

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