#A7915B

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

Shades of Teak #A7915B

Tints of Teak #A7915B

Color information

#A7915B (or 0xA7915B) is unknown color: approx Teak. HEX triplet: A7, 91 and 5B. RGB value is (167,145,91). Sum of RGB (Red+Green+Blue) = 167+145+91=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7915B is #586EA4. Grayscale: #919191. Windows color (decimal): -5795493 or 6001063. OLE color: 6001063.

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

Color convert

RGB16714591-
CMYK00.130.460.35
HSL42.63º30.16%50.59%-
HSV(B)42.63º45.51%65.49%-
XYZ27.9529.2214.06-
YUV145.4297.29143.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=41.44%
G=35.98%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671459100.130.460.3542.6330.1650.59
HexA7915B0D2E232b1e33
Octal2472211330155643533663
Binary101001111001000110110110110110111010001110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7915B; }

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

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

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

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

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

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

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

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