#A59050

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

Shades of Teak #A59050

Tints of Teak #A59050

Color information

#A59050 (or 0xA59050) is unknown color: approx Teak. HEX triplet: A5, 90 and 50. RGB value is (165,144,80). Sum of RGB (Red+Green+Blue) = 165+144+80=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A59050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59050 is #5A6FAF. Grayscale: #8F8F8F. Windows color (decimal): -5926832 or 5279909. OLE color: 5279909.

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

Color convert

RGB16514480-
CMYK00.130.520.35
HSL45.18º34.69%48.04%-
HSV(B)45.18º51.52%64.71%-
XYZ26.9428.5311.68-
YUV142.9892.46143.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=42.42%
G=37.02%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651448000.130.520.3545.1834.6948.04
HexA590500D34232d2330
Octal2452201200156443554360
Binary1010010110010000101000001101110100100011101101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59050; }

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

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

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

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

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

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

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

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