#A2905A

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

Shades of Teak #A2905A

Tints of Teak #A2905A

Color information

#A2905A (or 0xA2905A) is unknown color: approx Teak. HEX triplet: A2, 90 and 5A. RGB value is (162,144,90). Sum of RGB (Red+Green+Blue) = 162+144+90=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A2905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2905A is #5D6FA5. Grayscale: #8F8F8F. Windows color (decimal): -6123430 or 5935266. OLE color: 5935266.

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

Color convert

RGB16214490-
CMYK00.110.440.36
HSL45º28.57%49.41%-
HSV(B)45º44.44%63.53%-
XYZ26.7228.3713.74-
YUV143.2397.96141.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=40.91%
G=36.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621449000.110.440.364528.5749.41
HexA2905A0B2C242d1d31
Octal2422201320135444553561
Binary101000101001000010110100101110110010010010110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2905A; }

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

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

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

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

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

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

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

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