#A18B56

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

Shades of Teak #A18B56

Tints of Teak #A18B56

Color information

#A18B56 (or 0xA18B56) is unknown color: approx Teak. HEX triplet: A1, 8B and 56. RGB value is (161,139,86). Sum of RGB (Red+Green+Blue) = 161+139+86=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B56 is #5E74A9. Grayscale: #8B8B8B. Windows color (decimal): -6190250 or 5671841. OLE color: 5671841.

HSL color Cylindrical-coordinate representation of color #A18B56: hue angle of 42.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A18B56 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB16113986-
CMYK00.140.470.37
HSL42.4º30.36%48.43%-
HSV(B)42.4º46.58%63.14%-
XYZ25.6126.7112.61-
YUV139.5497.79143.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=41.71%
G=36.01%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611398600.140.470.3742.430.3648.43
HexA18B560E2F252a1e30
Octal2412131260165745523660
Binary101000011000101110101100111010111110010110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B56; }

 p { color: rgb(161,139,86); }

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

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

 a { background-color: rgb(161,139,86); }

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

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

 span { border-color: rgb(161,139,86); }

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