#A18C59

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

Shades of Teak #A18C59

Tints of Teak #A18C59

Color information

#A18C59 (or 0xA18C59) is unknown color: approx Teak. HEX triplet: A1, 8C and 59. RGB value is (161,140,89). Sum of RGB (Red+Green+Blue) = 161+140+89=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C59 is #5E73A6. Grayscale: #8C8C8C. Windows color (decimal): -6189991 or 5868705. OLE color: 5868705.

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

Color convert

RGB16114089-
CMYK00.130.450.37
HSL42.5º28.8%49.02%-
HSV(B)42.5º44.72%63.14%-
XYZ25.8827.0513.31-
YUV140.4698.96142.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=41.28%
G=35.90%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611408900.130.450.3742.528.849.02
HexA18C590D2D252b1d31
Octal2412141310155545533561
Binary101000011000110010110010110110110110010110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C59; }

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

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

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

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

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

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

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

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