#A3925C

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

Shades of Teak #A3925C

Tints of Teak #A3925C

Color information

#A3925C (or 0xA3925C) is unknown color: approx Teak. HEX triplet: A3, 92 and 5C. RGB value is (163,146,92). Sum of RGB (Red+Green+Blue) = 163+146+92=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3925C is #5C6DA3. Grayscale: #919191. Windows color (decimal): -6057380 or 6066851. OLE color: 6066851.

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

Color convert

RGB16314692-
CMYK00.100.440.36
HSL45.63º27.84%50%-
HSV(B)45.63º43.56%63.92%-
XYZ27.3129.1214.31-
YUV144.9398.13140.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=40.65%
G=36.41%
B=22.94%

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
Decimal1631469200.100.440.3645.6327.8450
HexA3925C0A2C242e1c32
Octal2432221340125444563462
Binary101000111001001010111000101010110010010010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3925C; }

 p { color: rgb(163,146,92); }

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

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

 a { background-color: rgb(163,146,92); }

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

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

 span { border-color: rgb(163,146,92); }

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