#A18959

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

Shades of Teak #A18959

Tints of Teak #A18959

Color information

#A18959 (or 0xA18959) is unknown color: approx Teak. HEX triplet: A1, 89 and 59. RGB value is (161,137,89). Sum of RGB (Red+Green+Blue) = 161+137+89=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A18959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18959 is #5E76A6. Grayscale: #8A8A8A. Windows color (decimal): -6190759 or 5867937. OLE color: 5867937.

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

Color convert

RGB16113789-
CMYK00.150.450.37
HSL40º28.8%49.02%-
HSV(B)40º44.72%63.14%-
XYZ25.4526.1913.17-
YUV138.799.95143.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=41.60%
G=35.40%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611378900.150.450.374028.849.02
HexA189590F2D25281d31
Octal2412111310175545503561
Binary101000011000100110110010111110110110010110100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18959; }

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

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

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

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

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

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

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

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