#A49254

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

Shades of Teak #A49254

Tints of Teak #A49254

Color information

#A49254 (or 0xA49254) is unknown color: approx Teak. HEX triplet: A4, 92 and 54. RGB value is (164,146,84). Sum of RGB (Red+Green+Blue) = 164+146+84=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A49254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49254 is #5B6DAB. Grayscale: #909090. Windows color (decimal): -5991852 or 5542564. OLE color: 5542564.

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

Color convert

RGB16414684-
CMYK00.110.490.36
HSL46.5º32.26%48.63%-
HSV(B)46.5º48.78%64.31%-
XYZ27.1929.0912.57-
YUV144.3193.96142.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=41.62%
G=37.06%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641468400.110.490.3646.532.2648.63
HexA492540B31242e2031
Octal2442221240136144564061
Binary1010010010010010101010001011110001100100101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49254; }

 p { color: rgb(164,146,84); }

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

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

 a { background-color: rgb(164,146,84); }

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

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

 span { border-color: rgb(164,146,84); }

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