#A19055

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

Shades of Teak #A19055

Tints of Teak #A19055

Color information

#A19055 (or 0xA19055) is unknown color: approx Teak. HEX triplet: A1, 90 and 55. RGB value is (161,144,85). Sum of RGB (Red+Green+Blue) = 161+144+85=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A19055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19055 is #5E6FAA. Grayscale: #8E8E8E. Windows color (decimal): -6188971 or 5607585. OLE color: 5607585.

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

Color convert

RGB16114485-
CMYK00.110.470.37
HSL46.58º30.89%48.24%-
HSV(B)46.58º47.2%63.14%-
XYZ26.3128.1812.65-
YUV142.3695.63141.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=41.28%
G=36.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611448500.110.470.3746.5830.8948.24
HexA190550B2F252f1f30
Octal2412201250135745573760
Binary101000011001000010101010101110111110010110111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19055; }

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

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

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

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

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

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

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

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