#A97B69

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

Shades of Medium Wood #A97B69

Tints of Medium Wood #A97B69

Color information

#A97B69 (or 0xA97B69) is unknown color: approx Medium Wood. HEX triplet: A9, 7B and 69. RGB value is (169,123,105). Sum of RGB (Red+Green+Blue) = 169+123+105=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B69 is #568496. Grayscale: #868686. Windows color (decimal): -5670039 or 6912937. OLE color: 6912937.

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

Color convert

RGB169123105-
CMYK00.270.380.34
HSL16.87º27.12%53.73%-
HSV(B)16.87º37.87%66.27%-
XYZ25.9923.6216.55-
YUV134.7111.24152.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=42.57%
G=30.98%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912310500.270.380.3416.8727.1253.73
HexA97B6901B2622111b36
Octal2511731510334642213366
Binary10101001111101111010010110111001101000101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B69; }

 p { color: rgb(169,123,105); }

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

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

 a { background-color: rgb(169,123,105); }

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

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

 span { border-color: rgb(169,123,105); }

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