#A7945B

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

Shades of Teak #A7945B

Tints of Teak #A7945B

Color information

#A7945B (or 0xA7945B) is unknown color: approx Teak. HEX triplet: A7, 94 and 5B. RGB value is (167,148,91). Sum of RGB (Red+Green+Blue) = 167+148+91=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7945B is #586BA4. Grayscale: #939393. Windows color (decimal): -5794725 or 6001831. OLE color: 6001831.

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

Color convert

RGB16714891-
CMYK00.110.460.35
HSL45º30.16%50.59%-
HSV(B)45º45.51%65.49%-
XYZ28.4130.1514.22-
YUV147.1896.29142.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=41.13%
G=36.45%
B=22.41%

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
Decimal1671489100.110.460.354530.1650.59
HexA7945B0B2E232d1e33
Octal2472241330135643553663
Binary101001111001010010110110101110111010001110110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7945B; }

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

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

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

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

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

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

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

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