#A1895B

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

Shades of Teak #A1895B

Tints of Teak #A1895B

Color information

#A1895B (or 0xA1895B) is unknown color: approx Teak. HEX triplet: A1, 89 and 5B. RGB value is (161,137,91). Sum of RGB (Red+Green+Blue) = 161+137+91=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1895B is #5E76A4. Grayscale: #8B8B8B. Windows color (decimal): -6190757 or 5999009. OLE color: 5999009.

HSL color Cylindrical-coordinate representation of color #A1895B: hue angle of 39.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1895B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16113791-
CMYK00.150.430.37
HSL39.43º27.78%49.41%-
HSV(B)39.43º43.48%63.14%-
XYZ25.5326.2213.61-
YUV138.93100.95143.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=41.39%
G=35.22%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611379100.150.430.3739.4327.7849.41
HexA1895B0F2B25271c31
Octal2412111330175345473461
Binary101000011000100110110110111110101110010110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1895B; }

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

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

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

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

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

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

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

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