#A19156

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

Shades of Teak #A19156

Tints of Teak #A19156

Color information

#A19156 (or 0xA19156) is unknown color: approx Teak. HEX triplet: A1, 91 and 56. RGB value is (161,145,86). Sum of RGB (Red+Green+Blue) = 161+145+86=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A19156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19156 is #5E6EA9. Grayscale: #8F8F8F. Windows color (decimal): -6188714 or 5673377. OLE color: 5673377.

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

Color convert

RGB16114586-
CMYK00.100.470.37
HSL47.2º30.36%48.43%-
HSV(B)47.2º46.58%63.14%-
XYZ26.528.512.91-
YUV143.0695.8140.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=41.07%
G=36.99%
B=21.94%

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
Decimal1611458600.100.470.3747.230.3648.43
HexA191560A2F252f1e30
Octal2412211260125745573660
Binary101000011001000110101100101010111110010110111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19156; }

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

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

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

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

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

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

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

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