#A3945B

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

Shades of Teak #A3945B

Tints of Teak #A3945B

Color information

#A3945B (or 0xA3945B) is unknown color: approx Teak. HEX triplet: A3, 94 and 5B. RGB value is (163,148,91). Sum of RGB (Red+Green+Blue) = 163+148+91=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3945B is #5C6BA4. Grayscale: #929292. Windows color (decimal): -6056869 or 6001827. OLE color: 6001827.

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

Color convert

RGB16314891-
CMYK00.090.440.36
HSL47.5º28.35%49.8%-
HSV(B)47.5º44.17%63.92%-
XYZ27.5829.7214.18-
YUV145.9996.97140.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=40.55%
G=36.82%
B=22.64%

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
Decimal1631489100.090.440.3647.528.3549.8
HexA3945B092C24301c32
Octal2432241330115444603462
Binary101000111001010010110110100110110010010011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3945B; }

 p { color: rgb(163,148,91); }

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

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

 a { background-color: rgb(163,148,91); }

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

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

 span { border-color: rgb(163,148,91); }

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