#A2875C

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

Shades of Teak #A2875C

Tints of Teak #A2875C

Color information

#A2875C (or 0xA2875C) is unknown color: approx Teak. HEX triplet: A2, 87 and 5C. RGB value is (162,135,92). Sum of RGB (Red+Green+Blue) = 162+135+92=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2875C is #5D78A3. Grayscale: #8A8A8A. Windows color (decimal): -6125732 or 6064034. OLE color: 6064034.

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

Color convert

RGB16213592-
CMYK00.170.430.36
HSL36.86º27.56%49.8%-
HSV(B)36.86º43.21%63.53%-
XYZ25.525.7813.76-
YUV138.17101.95145-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=41.65%
G=34.70%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621359200.170.430.3636.8627.5649.8
HexA2875C0112B24251c32
Octal2422071340215344453462
Binary1010001010000111101110001000110101110010010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2875C; }

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

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

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

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

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

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

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

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