#A59360

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

Shades of Teak #A59360

Tints of Teak #A59360

Color information

#A59360 (or 0xA59360) is unknown color: approx Teak. HEX triplet: A5, 93 and 60. RGB value is (165,147,96). Sum of RGB (Red+Green+Blue) = 165+147+96=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A59360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59360 is #5A6C9F. Grayscale: #929292. Windows color (decimal): -5926048 or 6329253. OLE color: 6329253.

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

Color convert

RGB16514796-
CMYK00.110.420.35
HSL44.35º27.71%51.18%-
HSV(B)44.35º41.82%64.71%-
XYZ28.0629.7115.32-
YUV146.5799.46141.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=40.44%
G=36.03%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651479600.110.420.3544.3527.7151.18
HexA593600B2A232c1c33
Octal2452231400135243543463
Binary101001011001001111000000101110101010001110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59360; }

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

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

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

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

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

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

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

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