#A97A6A

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

Shades of Medium Wood #A97A6A

Tints of Medium Wood #A97A6A

Color information

#A97A6A (or 0xA97A6A) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 6A. RGB value is (169,122,106). Sum of RGB (Red+Green+Blue) = 169+122+106=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A6A is #568595. Grayscale: #868686. Windows color (decimal): -5670294 or 6978217. OLE color: 6978217.

HSL color Cylindrical-coordinate representation of color #A97A6A: hue angle of 15.24º 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 #A97A6A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB169122106-
CMYK00.280.370.34
HSL15.24º26.81%53.92%-
HSV(B)15.24º37.28%66.27%-
XYZ25.9223.3916.78-
YUV134.23112.07152.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=42.57%
G=30.73%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912210600.280.370.3415.2426.8153.92
HexA97A6A01C2522f1b36
Octal2511721520344542173366
Binary1010100111110101101010011100100101100010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A6A; }

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

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

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

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

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

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

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

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