#A3925D

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

Shades of Teak #A3925D

Tints of Teak #A3925D

Color information

#A3925D (or 0xA3925D) is unknown color: approx Teak. HEX triplet: A3, 92 and 5D. RGB value is (163,146,93). Sum of RGB (Red+Green+Blue) = 163+146+93=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3925D is #5C6DA2. Grayscale: #919191. Windows color (decimal): -6057379 or 6132387. OLE color: 6132387.

HSL color Cylindrical-coordinate representation of color #A3925D: hue angle of 45.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3925D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16314693-
CMYK00.100.430.36
HSL45.43º27.56%50.2%-
HSV(B)45.43º42.94%63.92%-
XYZ27.3629.1314.54-
YUV145.0498.63140.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=40.55%
G=36.32%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631469300.100.430.3645.4327.5650.2
HexA3925D0A2B242d1c32
Octal2432221350125344553462
Binary101000111001001010111010101010101110010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3925D; }

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

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

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

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

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

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

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

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