#A6905E

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

Shades of Teak #A6905E

Tints of Teak #A6905E

Color information

#A6905E (or 0xA6905E) is unknown color: approx Teak. HEX triplet: A6, 90 and 5E. RGB value is (166,144,94). Sum of RGB (Red+Green+Blue) = 166+144+94=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6905E is #596FA1. Grayscale: #919191. Windows color (decimal): -5861282 or 6197414. OLE color: 6197414.

HSL color Cylindrical-coordinate representation of color #A6905E: hue angle of 41.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6905E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16614494-
CMYK00.130.430.35
HSL41.67º28.8%50.98%-
HSV(B)41.67º43.37%65.1%-
XYZ27.7228.8614.7-
YUV144.8899.29143.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 94 (37.11% from 255) = 23.27%
R=41.09%
G=35.64%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661449400.130.430.3541.6728.850.98
HexA6905E0D2B232a1d33
Octal2462201360155343523563
Binary101001101001000010111100110110101110001110101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6905E; }

 p { color: rgb(166,144,94); }

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

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

 a { background-color: rgb(166,144,94); }

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

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

 span { border-color: rgb(166,144,94); }

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