#A9795F

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

Shades of Medium Wood #A9795F

Tints of Medium Wood #A9795F

Color information

#A9795F (or 0xA9795F) is unknown color: approx Medium Wood. HEX triplet: A9, 79 and 5F. RGB value is (169,121,95). Sum of RGB (Red+Green+Blue) = 169+121+95=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A9795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9795F is #5686A0. Grayscale: #848484. Windows color (decimal): -5670561 or 6257065. OLE color: 6257065.

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

Color convert

RGB16912195-
CMYK00.280.440.34
HSL21.08º30.08%51.76%-
HSV(B)21.08º43.79%66.27%-
XYZ25.2722.9413.92-
YUV132.39106.9154.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=43.90%
G=31.43%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691219500.280.440.3421.0830.0851.76
HexA9795F01C2C22151e34
Octal2511711370345442253664
Binary10101001111100110111110111001011001000101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9795F; }

 p { color: rgb(169,121,95); }

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

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

 a { background-color: rgb(169,121,95); }

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

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

 span { border-color: rgb(169,121,95); }

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