#A7865A

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

Shades of Teak #A7865A

Tints of Teak #A7865A

Color information

#A7865A (or 0xA7865A) is unknown color: approx Teak. HEX triplet: A7, 86 and 5A. RGB value is (167,134,90). Sum of RGB (Red+Green+Blue) = 167+134+90=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7865A is #5879A5. Grayscale: #8B8B8B. Windows color (decimal): -5798310 or 5932711. OLE color: 5932711.

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

Color convert

RGB16713490-
CMYK00.200.460.35
HSL34.29º30.43%50.39%-
HSV(B)34.29º46.11%65.49%-
XYZ26.312613.31-
YUV138.85100.43148.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=42.71%
G=34.27%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671349000.200.460.3534.2930.4350.39
HexA7865A0142E23221e32
Octal2472061320245643423662
Binary1010011110000110101101001010010111010001110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7865A; }

 p { color: rgb(167,134,90); }

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

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

 a { background-color: rgb(167,134,90); }

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

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

 span { border-color: rgb(167,134,90); }

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