#A2915A

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

Shades of Teak #A2915A

Tints of Teak #A2915A

Color information

#A2915A (or 0xA2915A) is unknown color: approx Teak. HEX triplet: A2, 91 and 5A. RGB value is (162,145,90). Sum of RGB (Red+Green+Blue) = 162+145+90=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A2915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2915A is #5D6EA5. Grayscale: #909090. Windows color (decimal): -6123174 or 5935522. OLE color: 5935522.

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

Color convert

RGB16214590-
CMYK00.100.440.36
HSL45.83º28.57%49.41%-
HSV(B)45.83º44.44%63.53%-
XYZ26.8728.6713.79-
YUV143.8197.63140.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=40.81%
G=36.52%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621459000.100.440.3645.8328.5749.41
HexA2915A0A2C242e1d31
Octal2422211320125444563561
Binary101000101001000110110100101010110010010010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2915A; }

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

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

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

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

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

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

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

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