#A7955B

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

Shades of Teak #A7955B

Tints of Teak #A7955B

Color information

#A7955B (or 0xA7955B) is unknown color: approx Teak. HEX triplet: A7, 95 and 5B. RGB value is (167,149,91). Sum of RGB (Red+Green+Blue) = 167+149+91=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7955B is #586AA4. Grayscale: #949494. Windows color (decimal): -5794469 or 6002087. OLE color: 6002087.

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

Color convert

RGB16714991-
CMYK00.110.460.35
HSL45.79º30.16%50.59%-
HSV(B)45.79º45.51%65.49%-
XYZ28.5730.4714.27-
YUV147.7795.96141.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=41.03%
G=36.61%
B=22.36%

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
Decimal1671499100.110.460.3545.7930.1650.59
HexA7955B0B2E232e1e33
Octal2472251330135643563663
Binary101001111001010110110110101110111010001110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7955B; }

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

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

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

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

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

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

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

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