#A3895D

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

Shades of Teak #A3895D

Tints of Teak #A3895D

Color information

#A3895D (or 0xA3895D) is unknown color: approx Teak. HEX triplet: A3, 89 and 5D. RGB value is (163,137,93). Sum of RGB (Red+Green+Blue) = 163+137+93=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3895D is #5C76A2. Grayscale: #8B8B8B. Windows color (decimal): -6059683 or 6130083. OLE color: 6130083.

HSL color Cylindrical-coordinate representation of color #A3895D: hue angle of 37.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3895D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16313793-
CMYK00.160.430.36
HSL37.71º27.56%50.2%-
HSV(B)37.71º42.94%63.92%-
XYZ26.0326.4714.09-
YUV139.76101.61144.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=41.48%
G=34.86%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631379300.160.430.3637.7127.5650.2
HexA3895D0102B24261c32
Octal2432111350205344463462
Binary1010001110001001101110101000010101110010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3895D; }

 p { color: rgb(163,137,93); }

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

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

 a { background-color: rgb(163,137,93); }

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

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

 span { border-color: rgb(163,137,93); }

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