#a2885c

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

Shades of Teak #A2885C

Tints of Teak #A2885C

Color information

#A2885C (or 0xA2885C) is unknown color: approx Teak. HEX triplet: A2, 88 and 5C. RGB value is (162,136,92). Sum of RGB (Red+Green+Blue) = 162+136+92=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2885C is #5D77A3. Grayscale: #8A8A8A. Windows color (decimal): -6125476 or 6064290. OLE color: 6064290.

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

Color convert

RGB16213692-
CMYK00.160.430.36
HSL37.71º27.56%49.8%-
HSV(B)37.71º43.21%63.53%-
XYZ25.6426.0613.8-
YUV138.76101.61144.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=41.54%
G=34.87%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621369200.160.430.3637.7127.5649.8
HexA2885C0102B24261c32
Octal2422101340205344463462
Binary1010001010001000101110001000010101110010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2885c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2885c; }

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

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

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

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

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

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

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

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