#A2875A

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

Shades of Teak #A2875A

Tints of Teak #A2875A

Color information

#A2875A (or 0xA2875A) is unknown color: approx Teak. HEX triplet: A2, 87 and 5A. RGB value is (162,135,90). Sum of RGB (Red+Green+Blue) = 162+135+90=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2875A is #5D78A5. Grayscale: #8A8A8A. Windows color (decimal): -6125734 or 5932962. OLE color: 5932962.

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

Color convert

RGB16213590-
CMYK00.170.440.36
HSL37.5º28.57%49.41%-
HSV(B)37.5º44.44%63.53%-
XYZ25.4125.7513.3-
YUV137.94100.95145.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=41.86%
G=34.88%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621359000.170.440.3637.528.5749.41
HexA2875A0112C24261d31
Octal2422071320215444463561
Binary1010001010000111101101001000110110010010010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2875A; }

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

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

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

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

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

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

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

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