#A59161

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

Shades of Teak #A59161

Tints of Teak #A59161

Color information

#A59161 (or 0xA59161) is unknown color: approx Teak. HEX triplet: A5, 91 and 61. RGB value is (165,145,97). Sum of RGB (Red+Green+Blue) = 165+145+97=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A59161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59161 is #5A6E9E. Grayscale: #919191. Windows color (decimal): -5926559 or 6394277. OLE color: 6394277.

HSL color Cylindrical-coordinate representation of color #A59161: hue angle of 42.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A59161 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16514597-
CMYK00.120.410.35
HSL42.35º27.42%51.37%-
HSV(B)42.35º41.21%64.71%-
XYZ27.829.1115.46-
YUV145.51100.63141.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=40.54%
G=35.63%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651459700.120.410.3542.3527.4251.37
HexA591610C29232a1b33
Octal2452211410145143523363
Binary101001011001000111000010110010100110001110101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59161; }

 p { color: rgb(165,145,97); }

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

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

 a { background-color: rgb(165,145,97); }

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

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

 span { border-color: rgb(165,145,97); }

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