#A97B67

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

Shades of Medium Wood #A97B67

Tints of Medium Wood #A97B67

Color information

#A97B67 (or 0xA97B67) is unknown color: approx Medium Wood. HEX triplet: A9, 7B and 67. RGB value is (169,123,103). Sum of RGB (Red+Green+Blue) = 169+123+103=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B67 is #568498. Grayscale: #868686. Windows color (decimal): -5670041 or 6781865. OLE color: 6781865.

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

Color convert

RGB169123103-
CMYK00.270.390.34
HSL18.18º27.73%53.33%-
HSV(B)18.18º39.05%66.27%-
XYZ25.8923.5816.02-
YUV134.47110.24152.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=42.78%
G=31.14%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912310300.270.390.3418.1827.7353.33
HexA97B6701B2722121c35
Octal2511731470334742223465
Binary10101001111101111001110110111001111000101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B67; }

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

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

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

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

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

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

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

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