#A97B6B

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

Shades of Medium Wood #A97B6B

Tints of Medium Wood #A97B6B

Color information

#A97B6B (or 0xA97B6B) is unknown color: approx Medium Wood. HEX triplet: A9, 7B and 6B. RGB value is (169,123,107). Sum of RGB (Red+Green+Blue) = 169+123+107=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B6B is #568494. Grayscale: #878787. Windows color (decimal): -5670037 or 7044009. OLE color: 7044009.

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

Color convert

RGB169123107-
CMYK00.270.370.34
HSL15.48º26.5%54.12%-
HSV(B)15.48º36.69%66.27%-
XYZ26.123.6617.1-
YUV134.93112.24152.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=42.36%
G=30.83%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912310700.270.370.3415.4826.554.12
HexA97B6B01B2522f1a36
Octal2511731530334542173266
Binary1010100111110111101011011011100101100010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B6B; }

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

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

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

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

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

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

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

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