#A19059

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

Shades of Teak #A19059

Tints of Teak #A19059

Color information

#A19059 (or 0xA19059) is unknown color: approx Teak. HEX triplet: A1, 90 and 59. RGB value is (161,144,89). Sum of RGB (Red+Green+Blue) = 161+144+89=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19059 is #5E6FA6. Grayscale: #8F8F8F. Windows color (decimal): -6188967 or 5869729. OLE color: 5869729.

HSL color Cylindrical-coordinate representation of color #A19059: hue angle of 45.83º 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 #A19059 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16114489-
CMYK00.110.450.37
HSL45.83º28.8%49.02%-
HSV(B)45.83º44.72%63.14%-
XYZ26.4728.2413.51-
YUV142.8197.63140.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=40.86%
G=36.55%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611448900.110.450.3745.8328.849.02
HexA190590B2D252e1d31
Octal2412201310135545563561
Binary101000011001000010110010101110110110010110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19059; }

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

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

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

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

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

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

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

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