#A4905A

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

Shades of Teak #A4905A

Tints of Teak #A4905A

Color information

#A4905A (or 0xA4905A) is unknown color: approx Teak. HEX triplet: A4, 90 and 5A. RGB value is (164,144,90). Sum of RGB (Red+Green+Blue) = 164+144+90=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A4905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4905A is #5B6FA5. Grayscale: #909090. Windows color (decimal): -5992358 or 5935268. OLE color: 5935268.

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

Color convert

RGB16414490-
CMYK00.120.450.36
HSL43.78º29.13%49.8%-
HSV(B)43.78º45.12%64.31%-
XYZ27.1328.5813.76-
YUV143.8297.63142.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=41.21%
G=36.18%
B=22.61%

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
Decimal1641449000.120.450.3643.7829.1349.8
HexA4905A0C2D242c1d32
Octal2442201320145544543562
Binary101001001001000010110100110010110110010010110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4905A; }

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

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

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

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

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

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

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

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