#A3895F

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

Shades of Teak #A3895F

Tints of Teak #A3895F

Color information

#A3895F (or 0xA3895F) is unknown color: approx Teak. HEX triplet: A3, 89 and 5F. RGB value is (163,137,95). Sum of RGB (Red+Green+Blue) = 163+137+95=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A3895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3895F is #5C76A0. Grayscale: #8C8C8C. Windows color (decimal): -6059681 or 6261155. OLE color: 6261155.

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

Color convert

RGB16313795-
CMYK00.160.420.36
HSL37.06º26.98%50.59%-
HSV(B)37.06º41.72%63.92%-
XYZ26.1226.514.57-
YUV139.99102.61144.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=41.27%
G=34.68%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631379500.160.420.3637.0626.9850.59
HexA3895F0102A24251b33
Octal2432111370205244453363
Binary1010001110001001101111101000010101010010010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3895F; }

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

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

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

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

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

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

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

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