#A4905B

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

Shades of Teak #A4905B

Tints of Teak #A4905B

Color information

#A4905B (or 0xA4905B) is unknown color: approx Teak. HEX triplet: A4, 90 and 5B. RGB value is (164,144,91). Sum of RGB (Red+Green+Blue) = 164+144+91=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4905B is #5B6FA4. Grayscale: #909090. Windows color (decimal): -5992357 or 6000804. OLE color: 6000804.

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

Color convert

RGB16414491-
CMYK00.120.450.36
HSL43.56º28.63%50%-
HSV(B)43.56º44.51%64.31%-
XYZ27.1728.5913.98-
YUV143.9498.13142.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=41.10%
G=36.09%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641449100.120.450.3643.5628.6350
HexA4905B0C2D242c1d32
Octal2442201330145544543562
Binary101001001001000010110110110010110110010010110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4905B; }

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

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

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

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

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

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

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

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