#A49155

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

Shades of Teak #A49155

Tints of Teak #A49155

Color information

#A49155 (or 0xA49155) is unknown color: approx Teak. HEX triplet: A4, 91 and 55. RGB value is (164,145,85). Sum of RGB (Red+Green+Blue) = 164+145+85=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A49155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49155 is #5B6EAA. Grayscale: #909090. Windows color (decimal): -5992107 or 5607844. OLE color: 5607844.

HSL color Cylindrical-coordinate representation of color #A49155: hue angle of 45.57º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A49155 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16414585-
CMYK00.120.480.36
HSL45.57º31.73%48.82%-
HSV(B)45.57º48.17%64.31%-
XYZ27.0728.812.73-
YUV143.8494.79142.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=41.62%
G=36.80%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641458500.120.480.3645.5731.7348.82
HexA491550C30242e2031
Octal2442211250146044564061
Binary1010010010010001101010101100110000100100101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49155; }

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

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

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

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

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

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

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

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