#A2885E

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

Shades of Teak #A2885E

Tints of Teak #A2885E

Color information

#A2885E (or 0xA2885E) is unknown color: approx Teak. HEX triplet: A2, 88 and 5E. RGB value is (162,136,94). Sum of RGB (Red+Green+Blue) = 162+136+94=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2885E is #5D77A1. Grayscale: #8B8B8B. Windows color (decimal): -6125474 or 6195362. OLE color: 6195362.

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

Color convert

RGB16213694-
CMYK00.160.420.36
HSL37.06º26.77%50.2%-
HSV(B)37.06º41.98%63.53%-
XYZ25.7226.114.27-
YUV138.99102.61144.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=41.33%
G=34.69%
B=23.98%

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
Decimal1621369400.160.420.3637.0626.7750.2
HexA2885E0102A24251b32
Octal2422101360205244453362
Binary1010001010001000101111001000010101010010010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2885E; }

 p { color: rgb(162,136,94); }

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

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

 a { background-color: rgb(162,136,94); }

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

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

 span { border-color: rgb(162,136,94); }

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