#A19155

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

Shades of Teak #A19155

Tints of Teak #A19155

Color information

#A19155 (or 0xA19155) is unknown color: approx Teak. HEX triplet: A1, 91 and 55. RGB value is (161,145,85). Sum of RGB (Red+Green+Blue) = 161+145+85=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19155 is #5E6EAA. Grayscale: #8F8F8F. Windows color (decimal): -6188715 or 5607841. OLE color: 5607841.

HSL color Cylindrical-coordinate representation of color #A19155: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A19155 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB16114585-
CMYK00.100.470.37
HSL47.37º30.89%48.24%-
HSV(B)47.37º47.2%63.14%-
XYZ26.4628.4812.7-
YUV142.9495.3140.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=41.18%
G=37.08%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611458500.100.470.3747.3730.8948.24
HexA191550A2F252f1f30
Octal2412211250125745573760
Binary101000011001000110101010101010111110010110111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19155; }

 p { color: rgb(161,145,85); }

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

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

 a { background-color: rgb(161,145,85); }

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

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

 span { border-color: rgb(161,145,85); }

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