#A4945C

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

Shades of Teak #A4945C

Tints of Teak #A4945C

Color information

#A4945C (or 0xA4945C) is unknown color: approx Teak. HEX triplet: A4, 94 and 5C. RGB value is (164,148,92). Sum of RGB (Red+Green+Blue) = 164+148+92=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4945C is #5B6BA3. Grayscale: #929292. Windows color (decimal): -5991332 or 6067364. OLE color: 6067364.

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

Color convert

RGB16414892-
CMYK00.100.440.36
HSL46.67º28.35%50.2%-
HSV(B)46.67º43.9%64.31%-
XYZ27.8329.8514.42-
YUV146.497.3140.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=40.59%
G=36.63%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641489200.100.440.3646.6728.3550.2
HexA4945C0A2C242f1c32
Octal2442241340125444573462
Binary101001001001010010111000101010110010010010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4945C; }

 p { color: rgb(164,148,92); }

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

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

 a { background-color: rgb(164,148,92); }

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

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

 span { border-color: rgb(164,148,92); }

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