#A4915C

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

Shades of Teak #A4915C

Tints of Teak #A4915C

Color information

#A4915C (or 0xA4915C) is unknown color: approx Teak. HEX triplet: A4, 91 and 5C. RGB value is (164,145,92). Sum of RGB (Red+Green+Blue) = 164+145+92=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4915C is #5B6EA3. Grayscale: #909090. Windows color (decimal): -5992100 or 6066596. OLE color: 6066596.

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

Color convert

RGB16414592-
CMYK00.120.440.36
HSL44.17º28.35%50.2%-
HSV(B)44.17º43.9%64.31%-
XYZ27.3728.9214.26-
YUV144.6498.29141.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=40.90%
G=36.16%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641459200.120.440.3644.1728.3550.2
HexA4915C0C2C242c1c32
Octal2442211340145444543462
Binary101001001001000110111000110010110010010010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4915C; }

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

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

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

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

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

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

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

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