#A59260

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

Shades of Teak #A59260

Tints of Teak #A59260

Color information

#A59260 (or 0xA59260) is unknown color: approx Teak. HEX triplet: A5, 92 and 60. RGB value is (165,146,96). Sum of RGB (Red+Green+Blue) = 165+146+96=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A59260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59260 is #5A6D9F. Grayscale: #929292. Windows color (decimal): -5926304 or 6328997. OLE color: 6328997.

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

Color convert

RGB16514696-
CMYK00.120.420.35
HSL43.48º27.71%51.18%-
HSV(B)43.48º41.82%64.71%-
XYZ27.9129.415.27-
YUV145.9899.79141.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=40.54%
G=35.87%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651469600.120.420.3543.4827.7151.18
HexA592600C2A232b1c33
Octal2452221400145243533463
Binary101001011001001011000000110010101010001110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59260; }

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

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

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

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

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

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

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

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