#A49055

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

Shades of Teak #A49055

Tints of Teak #A49055

Color information

#A49055 (or 0xA49055) is unknown color: approx Teak. HEX triplet: A4, 90 and 55. RGB value is (164,144,85). Sum of RGB (Red+Green+Blue) = 164+144+85=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49055 is #5B6FAA. Grayscale: #8F8F8F. Windows color (decimal): -5992363 or 5607588. OLE color: 5607588.

HSL color Cylindrical-coordinate representation of color #A49055: hue angle of 44.81º 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 #A49055 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16414485-
CMYK00.120.480.36
HSL44.81º31.73%48.82%-
HSV(B)44.81º48.17%64.31%-
XYZ26.9228.4912.68-
YUV143.2595.13142.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=41.73%
G=36.64%
B=21.63%

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
Decimal1641448500.120.480.3644.8131.7348.82
HexA490550C30242d2031
Octal2442201250146044554061
Binary1010010010010000101010101100110000100100101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49055; }

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

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

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

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

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

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

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

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