#A19058

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

Shades of Teak #A19058

Tints of Teak #A19058

Color information

#A19058 (or 0xA19058) is unknown color: approx Teak. HEX triplet: A1, 90 and 58. RGB value is (161,144,88). Sum of RGB (Red+Green+Blue) = 161+144+88=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19058 is #5E6FA7. Grayscale: #8E8E8E. Windows color (decimal): -6188968 or 5804193. OLE color: 5804193.

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

Color convert

RGB16114488-
CMYK00.110.450.37
HSL46.03º29.32%48.82%-
HSV(B)46.03º45.34%63.14%-
XYZ26.4328.2313.29-
YUV142.797.13141.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=40.97%
G=36.64%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611448800.110.450.3746.0329.3248.82
HexA190580B2D252e1d31
Octal2412201300135545563561
Binary101000011001000010110000101110110110010110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19058; }

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

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

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

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

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

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

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

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