#A4955C

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

Shades of Teak #A4955C

Tints of Teak #A4955C

Color information

#A4955C (or 0xA4955C) is unknown color: approx Teak. HEX triplet: A4, 95 and 5C. RGB value is (164,149,92). Sum of RGB (Red+Green+Blue) = 164+149+92=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955C is #5B6AA3. Grayscale: #939393. Windows color (decimal): -5991076 or 6067620. OLE color: 6067620.

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

Color convert

RGB16414992-
CMYK00.090.440.36
HSL47.5º28.35%50.2%-
HSV(B)47.5º43.9%64.31%-
XYZ27.9930.1614.47-
YUV146.9996.97140.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=40.49%
G=36.79%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641499200.090.440.3647.528.3550.2
HexA4955C092C24301c32
Octal2442251340115444603462
Binary101001001001010110111000100110110010010011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4955C; }

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

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

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

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

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

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

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

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