#A19159

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

Shades of Teak #A19159

Tints of Teak #A19159

Color information

#A19159 (or 0xA19159) is unknown color: approx Teak. HEX triplet: A1, 91 and 59. RGB value is (161,145,89). Sum of RGB (Red+Green+Blue) = 161+145+89=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19159 is #5E6EA6. Grayscale: #8F8F8F. Windows color (decimal): -6188711 or 5869985. OLE color: 5869985.

HSL color Cylindrical-coordinate representation of color #A19159: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A19159 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16114589-
CMYK00.100.450.37
HSL46.67º28.8%49.02%-
HSV(B)46.67º44.72%63.14%-
XYZ26.6328.5513.56-
YUV143.497.3140.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=40.76%
G=36.71%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611458900.100.450.3746.6728.849.02
HexA191590A2D252f1d31
Octal2412211310125545573561
Binary101000011001000110110010101010110110010110111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19159; }

 p { color: rgb(161,145,89); }

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

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

 a { background-color: rgb(161,145,89); }

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

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

 span { border-color: rgb(161,145,89); }

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