#A7904E

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

Shades of Teak #A7904E

Tints of Teak #A7904E

Color information

#A7904E (or 0xA7904E) is unknown color: approx Teak. HEX triplet: A7, 90 and 4E. RGB value is (167,144,78). Sum of RGB (Red+Green+Blue) = 167+144+78=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7904E is #586FB1. Grayscale: #8F8F8F. Windows color (decimal): -5795762 or 5148839. OLE color: 5148839.

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

Color convert

RGB16714478-
CMYK00.140.530.35
HSL44.49º36.33%48.04%-
HSV(B)44.49º53.29%65.49%-
XYZ27.2828.7111.31-
YUV143.3591.12144.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=42.93%
G=37.02%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671447800.140.530.3544.4936.3348.04
HexA7904E0E35232c2430
Octal2472201160166543544460
Binary1010011110010000100111001110110101100011101100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7904E; }

 p { color: rgb(167,144,78); }

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

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

 a { background-color: rgb(167,144,78); }

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

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

 span { border-color: rgb(167,144,78); }

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