#A7894D

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

Shades of Teak #A7894D

Tints of Teak #A7894D

Color information

#A7894D (or 0xA7894D) is unknown color: approx Teak. HEX triplet: A7, 89 and 4D. RGB value is (167,137,77). Sum of RGB (Red+Green+Blue) = 167+137+77=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A7894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7894D is #5876B2. Grayscale: #8B8B8B. Windows color (decimal): -5797555 or 5081511. OLE color: 5081511.

HSL color Cylindrical-coordinate representation of color #A7894D: hue angle of 40º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7894D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16713777-
CMYK00.180.540.35
HSL40º36.89%47.84%-
HSV(B)40º53.89%65.49%-
XYZ26.2226.6410.78-
YUV139.1392.94147.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=43.83%
G=35.96%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671377700.180.540.354036.8947.84
HexA7894D0123623282530
Octal2472111150226643504560
Binary10100111100010011001101010010110110100011101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7894D; }

 p { color: rgb(167,137,77); }

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

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

 a { background-color: rgb(167,137,77); }

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

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

 span { border-color: rgb(167,137,77); }

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