#A2885B

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

Shades of Teak #A2885B

Tints of Teak #A2885B

Color information

#A2885B (or 0xA2885B) is unknown color: approx Teak. HEX triplet: A2, 88 and 5B. RGB value is (162,136,91). Sum of RGB (Red+Green+Blue) = 162+136+91=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2885B is #5D77A4. Grayscale: #8A8A8A. Windows color (decimal): -6125477 or 5998754. OLE color: 5998754.

HSL color Cylindrical-coordinate representation of color #A2885B: 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 #A2885B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16213691-
CMYK00.160.440.36
HSL38.03º28.06%49.61%-
HSV(B)38.03º43.83%63.53%-
XYZ25.5926.0513.58-
YUV138.64101.11144.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=41.65%
G=34.96%
B=23.39%

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
Decimal1621369100.160.440.3638.0328.0649.61
HexA2885B0102C24261c32
Octal2422101330205444463462
Binary1010001010001000101101101000010110010010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2885B; }

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

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

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

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

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

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

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

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