#A2945B

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

Shades of Teak #A2945B

Tints of Teak #A2945B

Color information

#A2945B (or 0xA2945B) is unknown color: approx Teak. HEX triplet: A2, 94 and 5B. RGB value is (162,148,91). Sum of RGB (Red+Green+Blue) = 162+148+91=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2945B is #5D6BA4. Grayscale: #919191. Windows color (decimal): -6122405 or 6001826. OLE color: 6001826.

HSL color Cylindrical-coordinate representation of color #A2945B: hue angle of 48.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2945B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16214891-
CMYK00.090.440.36
HSL48.17º28.06%49.61%-
HSV(B)48.17º43.83%63.53%-
XYZ27.3829.6214.17-
YUV145.6997.14139.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=40.40%
G=36.91%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621489100.090.440.3648.1728.0649.61
HexA2945B092C24301c32
Octal2422241330115444603462
Binary101000101001010010110110100110110010010011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2945B; }

 p { color: rgb(162,148,91); }

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

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

 a { background-color: rgb(162,148,91); }

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

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

 span { border-color: rgb(162,148,91); }

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