#A3895C

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

Shades of Teak #A3895C

Tints of Teak #A3895C

Color information

#A3895C (or 0xA3895C) is unknown color: approx Teak. HEX triplet: A3, 89 and 5C. RGB value is (163,137,92). Sum of RGB (Red+Green+Blue) = 163+137+92=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3895C is #5C76A3. Grayscale: #8B8B8B. Windows color (decimal): -6059684 or 6064547. OLE color: 6064547.

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

Color convert

RGB16313792-
CMYK00.160.440.36
HSL38.03º27.84%50%-
HSV(B)38.03º43.56%63.92%-
XYZ25.9826.4513.86-
YUV139.64101.11144.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=41.58%
G=34.95%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631379200.160.440.3638.0327.8450
HexA3895C0102C24261c32
Octal2432111340205444463462
Binary1010001110001001101110001000010110010010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3895C; }

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

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

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

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

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

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

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

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