#A18955

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

Shades of Teak #A18955

Tints of Teak #A18955

Color information

#A18955 (or 0xA18955) is unknown color: approx Teak. HEX triplet: A1, 89 and 55. RGB value is (161,137,85). Sum of RGB (Red+Green+Blue) = 161+137+85=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A18955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18955 is #5E76AA. Grayscale: #8A8A8A. Windows color (decimal): -6190763 or 5605793. OLE color: 5605793.

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

Color convert

RGB16113785-
CMYK00.150.470.37
HSL41.05º30.89%48.24%-
HSV(B)41.05º47.2%63.14%-
XYZ25.2826.1212.3-
YUV138.2597.95144.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=42.04%
G=35.77%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611378500.150.470.3741.0530.8948.24
HexA189550F2F25291f30
Octal2412111250175745513760
Binary101000011000100110101010111110111110010110100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18955; }

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

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

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

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

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

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

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

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