#A59059

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

Shades of Teak #A59059

Tints of Teak #A59059

Color information

#A59059 (or 0xA59059) is unknown color: approx Teak. HEX triplet: A5, 90 and 59. RGB value is (165,144,89). Sum of RGB (Red+Green+Blue) = 165+144+89=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59059 is #5A6FA6. Grayscale: #909090. Windows color (decimal): -5926823 or 5869733. OLE color: 5869733.

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

Color convert

RGB16514489-
CMYK00.130.460.35
HSL43.42º29.92%49.8%-
HSV(B)43.42º46.06%64.71%-
XYZ27.2928.6713.55-
YUV144.0196.96142.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=41.46%
G=36.18%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651448900.130.460.3543.4229.9249.8
HexA590590D2E232b1e32
Octal2452201310155643533662
Binary101001011001000010110010110110111010001110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59059; }

 p { color: rgb(165,144,89); }

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

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

 a { background-color: rgb(165,144,89); }

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

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

 span { border-color: rgb(165,144,89); }

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