#A4935B

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

Shades of Teak #A4935B

Tints of Teak #A4935B

Color information

#A4935B (or 0xA4935B) is unknown color: approx Teak. HEX triplet: A4, 93 and 5B. RGB value is (164,147,91). Sum of RGB (Red+Green+Blue) = 164+147+91=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4935B is #5B6CA4. Grayscale: #919191. Windows color (decimal): -5991589 or 6001572. OLE color: 6001572.

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

Color convert

RGB16414791-
CMYK00.100.450.36
HSL46.03º28.63%50%-
HSV(B)46.03º44.51%64.31%-
XYZ27.6329.5214.14-
YUV145.797.13141.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=40.80%
G=36.57%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641479100.100.450.3646.0328.6350
HexA4935B0A2D242e1d32
Octal2442231330125544563562
Binary101001001001001110110110101010110110010010111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4935B; }

 p { color: rgb(164,147,91); }

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

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

 a { background-color: rgb(164,147,91); }

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

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

 span { border-color: rgb(164,147,91); }

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