#A4905D

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

Shades of Teak #A4905D

Tints of Teak #A4905D

Color information

#A4905D (or 0xA4905D) is unknown color: approx Teak. HEX triplet: A4, 90 and 5D. RGB value is (164,144,93). Sum of RGB (Red+Green+Blue) = 164+144+93=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4905D is #5B6FA2. Grayscale: #909090. Windows color (decimal): -5992355 or 6131876. OLE color: 6131876.

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

Color convert

RGB16414493-
CMYK00.120.430.36
HSL43.1º28.06%50.39%-
HSV(B)43.1º43.29%64.31%-
XYZ27.2628.6314.45-
YUV144.1799.13142.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=40.90%
G=35.91%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641449300.120.430.3643.128.0650.39
HexA4905D0C2B242b1c32
Octal2442201350145344533462
Binary101001001001000010111010110010101110010010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4905D; }

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

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

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

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

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

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

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

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