#A49152

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

Shades of Teak #A49152

Tints of Teak #A49152

Color information

#A49152 (or 0xA49152) is unknown color: approx Teak. HEX triplet: A4, 91 and 52. RGB value is (164,145,82). Sum of RGB (Red+Green+Blue) = 164+145+82=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49152 is #5B6EAD. Grayscale: #8F8F8F. Windows color (decimal): -5992110 or 5411236. OLE color: 5411236.

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

Color convert

RGB16414582-
CMYK00.120.50.36
HSL46.1º33.33%48.24%-
HSV(B)46.1º50%64.31%-
XYZ26.9628.7512.11-
YUV143.593.29142.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=41.94%
G=37.08%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641458200.120.50.3646.133.3348.24
HexA491520C32242e2130
Octal2442211220146244564160
Binary1010010010010001101001001100110010100100101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49152; }

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

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

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

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

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

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

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

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