#A59060

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

Shades of Teak #A59060

Tints of Teak #A59060

Color information

#A59060 (or 0xA59060) is unknown color: approx Teak. HEX triplet: A5, 90 and 60. RGB value is (165,144,96). Sum of RGB (Red+Green+Blue) = 165+144+96=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59060 is #5A6F9F. Grayscale: #919191. Windows color (decimal): -5926816 or 6328485. OLE color: 6328485.

HSL color Cylindrical-coordinate representation of color #A59060: hue angle of 41.74º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59060 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16514496-
CMYK00.130.420.35
HSL41.74º27.71%51.18%-
HSV(B)41.74º41.82%64.71%-
XYZ27.628.7915.17-
YUV144.81100.46142.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=40.74%
G=35.56%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651449600.130.420.3541.7427.7151.18
HexA590600D2A232a1c33
Octal2452201400155243523463
Binary101001011001000011000000110110101010001110101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59060; }

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

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

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

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

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

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

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

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