#A19359

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

Shades of Teak #A19359

Tints of Teak #A19359

Color information

#A19359 (or 0xA19359) is unknown color: approx Teak. HEX triplet: A1, 93 and 59. RGB value is (161,147,89). Sum of RGB (Red+Green+Blue) = 161+147+89=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19359 is #5E6CA6. Grayscale: #909090. Windows color (decimal): -6188199 or 5870497. OLE color: 5870497.

HSL color Cylindrical-coordinate representation of color #A19359: hue angle of 48.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A19359 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16114789-
CMYK00.090.450.37
HSL48.33º28.8%49.02%-
HSV(B)48.33º44.72%63.14%-
XYZ26.9329.1713.66-
YUV144.5796.64139.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=40.55%
G=37.03%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611478900.090.450.3748.3328.849.02
HexA19359092D25301d31
Octal2412231310115545603561
Binary101000011001001110110010100110110110010111000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19359; }

 p { color: rgb(161,147,89); }

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

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

 a { background-color: rgb(161,147,89); }

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

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

 span { border-color: rgb(161,147,89); }

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