#A1895C

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

Shades of Teak #A1895C

Tints of Teak #A1895C

Color information

#A1895C (or 0xA1895C) is unknown color: approx Teak. HEX triplet: A1, 89 and 5C. RGB value is (161,137,92). Sum of RGB (Red+Green+Blue) = 161+137+92=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A1895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1895C is #5E76A3. Grayscale: #8B8B8B. Windows color (decimal): -6190756 or 6064545. OLE color: 6064545.

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

Color convert

RGB16113792-
CMYK00.150.430.37
HSL39.13º27.27%49.61%-
HSV(B)39.13º42.86%63.14%-
XYZ25.5826.2413.84-
YUV139.05101.45143.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=41.28%
G=35.13%
B=23.59%

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
Decimal1611379200.150.430.3739.1327.2749.61
HexA1895C0F2B25271b32
Octal2412111340175345473362
Binary101000011000100110111000111110101110010110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1895C; }

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

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

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

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

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

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

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

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