#A6845B

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

Shades of Teak #A6845B

Tints of Teak #A6845B

Color information

#A6845B (or 0xA6845B) is unknown color: approx Teak. HEX triplet: A6, 84 and 5B. RGB value is (166,132,91). Sum of RGB (Red+Green+Blue) = 166+132+91=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6845B is #597BA4. Grayscale: #898989. Windows color (decimal): -5864357 or 5997734. OLE color: 5997734.

HSL color Cylindrical-coordinate representation of color #A6845B: hue angle of 32.8º 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 #A6845B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16613291-
CMYK00.200.450.35
HSL32.8º29.64%50.39%-
HSV(B)32.8º45.18%65.1%-
XYZ25.8725.3613.43-
YUV137.49101.76148.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=42.67%
G=33.93%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661329100.200.450.3532.829.6450.39
HexA6845B0142D23211e32
Octal2462041330245543413662
Binary1010011010000100101101101010010110110001110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6845B; }

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

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

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

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

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

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

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

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