#A6945A

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

Shades of Teak #A6945A

Tints of Teak #A6945A

Color information

#A6945A (or 0xA6945A) is unknown color: approx Teak. HEX triplet: A6, 94 and 5A. RGB value is (166,148,90). Sum of RGB (Red+Green+Blue) = 166+148+90=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6945A is #596BA5. Grayscale: #939393. Windows color (decimal): -5860262 or 5936294. OLE color: 5936294.

HSL color Cylindrical-coordinate representation of color #A6945A: hue angle of 45.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6945A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16614890-
CMYK00.110.460.35
HSL45.79º29.92%50.2%-
HSV(B)45.79º45.78%65.1%-
XYZ28.1630.0213.98-
YUV146.7795.96141.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=41.09%
G=36.63%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661489000.110.460.3545.7929.9250.2
HexA6945A0B2E232e1e32
Octal2462241320135643563662
Binary101001101001010010110100101110111010001110111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6945A; }

 p { color: rgb(166,148,90); }

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

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

 a { background-color: rgb(166,148,90); }

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

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

 span { border-color: rgb(166,148,90); }

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