#A9795E

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

Shades of Medium Wood #A9795E

Tints of Medium Wood #A9795E

Color information

#A9795E (or 0xA9795E) is unknown color: approx Medium Wood. HEX triplet: A9, 79 and 5E. RGB value is (169,121,94). Sum of RGB (Red+Green+Blue) = 169+121+94=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9795E is #5686A1. Grayscale: #848484. Windows color (decimal): -5670562 or 6191529. OLE color: 6191529.

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

Color convert

RGB16912194-
CMYK00.280.440.34
HSL21.6º30.36%51.57%-
HSV(B)21.6º44.38%66.27%-
XYZ25.2222.9213.68-
YUV132.27106.4154.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=44.01%
G=31.51%
B=24.48%

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
Decimal1691219400.280.440.3421.630.3651.57
HexA9795E01C2C22161e34
Octal2511711360345442263664
Binary10101001111100110111100111001011001000101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9795E; }

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

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

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

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

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

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

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

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