#A7865D

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

Shades of Teak #A7865D

Tints of Teak #A7865D

Color information

#A7865D (or 0xA7865D) is unknown color: approx Teak. HEX triplet: A7, 86 and 5D. RGB value is (167,134,93). Sum of RGB (Red+Green+Blue) = 167+134+93=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7865D is #5879A2. Grayscale: #8B8B8B. Windows color (decimal): -5798307 or 6129319. OLE color: 6129319.

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

Color convert

RGB16713493-
CMYK00.200.440.35
HSL33.24º29.6%50.98%-
HSV(B)33.24º44.31%65.49%-
XYZ26.4426.0613.99-
YUV139.19101.93147.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=42.39%
G=34.01%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671349300.200.440.3533.2429.650.98
HexA7865D0142C23211e33
Octal2472061350245443413663
Binary1010011110000110101110101010010110010001110000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7865D; }

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

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

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

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

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

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

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

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