#A7895A

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

Shades of Teak #A7895A

Tints of Teak #A7895A

Color information

#A7895A (or 0xA7895A) is unknown color: approx Teak. HEX triplet: A7, 89 and 5A. RGB value is (167,137,90). Sum of RGB (Red+Green+Blue) = 167+137+90=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7895A is #5876A5. Grayscale: #8C8C8C. Windows color (decimal): -5797542 or 5933479. OLE color: 5933479.

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

Color convert

RGB16713790-
CMYK00.180.460.35
HSL36.62º30.43%50.39%-
HSV(B)36.62º46.11%65.49%-
XYZ26.7326.8413.45-
YUV140.6199.44146.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=42.39%
G=34.77%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671379000.180.460.3536.6230.4350.39
HexA7895A0122E23251e32
Octal2472111320225643453662
Binary1010011110001001101101001001010111010001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7895A; }

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

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

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

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

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

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

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

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