#A79359

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

Shades of Teak #A79359

Tints of Teak #A79359

Color information

#A79359 (or 0xA79359) is unknown color: approx Teak. HEX triplet: A7, 93 and 59. RGB value is (167,147,89). Sum of RGB (Red+Green+Blue) = 167+147+89=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A79359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79359 is #586CA6. Grayscale: #929292. Windows color (decimal): -5794983 or 5870503. OLE color: 5870503.

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

Color convert

RGB16714789-
CMYK00.120.470.35
HSL44.62º30.71%50.2%-
HSV(B)44.62º46.71%65.49%-
XYZ28.1729.813.72-
YUV146.3795.63142.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=41.44%
G=36.48%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671478900.120.470.3544.6230.7150.2
HexA793590C2F232d1f32
Octal2472231310145743553762
Binary101001111001001110110010110010111110001110110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79359; }

 p { color: rgb(167,147,89); }

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

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

 a { background-color: rgb(167,147,89); }

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

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

 span { border-color: rgb(167,147,89); }

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