#A2895A

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

Shades of Teak #A2895A

Tints of Teak #A2895A

Color information

#A2895A (or 0xA2895A) is unknown color: approx Teak. HEX triplet: A2, 89 and 5A. RGB value is (162,137,90). Sum of RGB (Red+Green+Blue) = 162+137+90=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2895A is #5D76A5. Grayscale: #8B8B8B. Windows color (decimal): -6125222 or 5933474. OLE color: 5933474.

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

Color convert

RGB16213790-
CMYK00.150.440.36
HSL39.17º28.57%49.41%-
HSV(B)39.17º44.44%63.53%-
XYZ25.6926.3113.4-
YUV139.12100.28144.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=41.65%
G=35.22%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621379000.150.440.3639.1728.5749.41
HexA2895A0F2C24271d31
Octal2422111320175444473561
Binary101000101000100110110100111110110010010010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2895A; }

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

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

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

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

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

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

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

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