#A6905B

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

Shades of Teak #A6905B

Tints of Teak #A6905B

Color information

#A6905B (or 0xA6905B) is unknown color: approx Teak. HEX triplet: A6, 90 and 5B. RGB value is (166,144,91). Sum of RGB (Red+Green+Blue) = 166+144+91=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6905B is #596FA4. Grayscale: #909090. Windows color (decimal): -5861285 or 6000806. OLE color: 6000806.

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

Color convert

RGB16614491-
CMYK00.130.450.35
HSL42.4º29.64%50.39%-
HSV(B)42.4º45.18%65.1%-
XYZ27.5928.8114-
YUV144.5497.79143.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=41.40%
G=35.91%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661449100.130.450.3542.429.6450.39
HexA6905B0D2D232a1e32
Octal2462201330155543523662
Binary101001101001000010110110110110110110001110101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6905B; }

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

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

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

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

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

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

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

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