#A18859

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

Shades of Teak #A18859

Tints of Teak #A18859

Color information

#A18859 (or 0xA18859) is unknown color: approx Teak. HEX triplet: A1, 88 and 59. RGB value is (161,136,89). Sum of RGB (Red+Green+Blue) = 161+136+89=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A18859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18859 is #5E77A6. Grayscale: #8A8A8A. Windows color (decimal): -6191015 or 5867681. OLE color: 5867681.

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

Color convert

RGB16113689-
CMYK00.160.450.37
HSL39.17º28.8%49.02%-
HSV(B)39.17º44.72%63.14%-
XYZ25.3125.9113.12-
YUV138.12100.28144.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=41.71%
G=35.23%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611368900.160.450.3739.1728.849.02
HexA188590102D25271d31
Octal2412101310205545473561
Binary1010000110001000101100101000010110110010110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18859; }

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

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

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

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

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

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

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

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