#A2895D

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

Shades of Teak #A2895D

Tints of Teak #A2895D

Color information

#A2895D (or 0xA2895D) is unknown color: approx Teak. HEX triplet: A2, 89 and 5D. RGB value is (162,137,93). Sum of RGB (Red+Green+Blue) = 162+137+93=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2895D is #5D76A2. Grayscale: #8B8B8B. Windows color (decimal): -6125219 or 6130082. OLE color: 6130082.

HSL color Cylindrical-coordinate representation of color #A2895D: hue angle of 38.26º degrees, saturation: 0.27, 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 #A2895D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16213793-
CMYK00.150.430.36
HSL38.26º27.06%50%-
HSV(B)38.26º42.59%63.53%-
XYZ25.8226.3614.08-
YUV139.46101.78144.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=41.33%
G=34.95%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621379300.150.430.3638.2627.0650
HexA2895D0F2B24261b32
Octal2422111350175344463362
Binary101000101000100110111010111110101110010010011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2895D; }

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

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

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

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

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

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

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

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